Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2015/08/18 07:31:19 wiz Exp $
# $NetBSD: Makefile,v 1.11 2016/03/30 09:20:26 jperkin Exp $
DISTNAME= grdc-20031019
PKGREVISION= 2
@@ -9,7 +9,7 @@ MAINTAINER= mishka@NetBSD.org
HOMEPAGE= http://www.FreeBSD.org/
COMMENT= Grand digital clock from FreeBSD-current games
INSTALLATION_DIRS+= bin man/man6
INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX}
MAKE_ENV+= INSTALL=${TOOLS_PATH.install:Q}

View File

@@ -1,5 +1,7 @@
$NetBSD: distinfo,v 1.2 2005/02/23 19:14:54 wiz Exp $
$NetBSD: distinfo,v 1.4 2016/03/30 09:20:26 jperkin Exp $
SHA1 (grdc-20031019.tar.gz) = 9f7c1503255546a43d38c66450bf707cd32b240a
RMD160 (grdc-20031019.tar.gz) = 08045a69e7b756105ee5deea72fc90a7ea9ad3f6
SHA512 (grdc-20031019.tar.gz) = e2e06c2a294b916c2d223bcf3e9c67dc69ba1c7024e44e3af8b8152665dffa359b3d401c32bbb58a3640530c554382d47b4adbf6e7b04d3004b7583f01eb8f73
Size (grdc-20031019.tar.gz) = 2621 bytes
SHA1 (patch-Makefile) = aa28527f3ae6acdbd4896bcb3d1b7462ea7d1d58

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-Makefile,v 1.1 2016/03/30 09:20:26 jperkin Exp $
Use PKGMANDIR.
--- Makefile.orig 2003-10-19 18:20:37.000000000 +0000
+++ Makefile
@@ -25,7 +25,7 @@ ${PROG}: ${OBJS}
install: ${PROG}
${INSTALL} -c -s ${PROG} ${PREFIX}/bin
- ${INSTALL} -c -m 644 ${MANPAGE} ${PREFIX}/man/man${MANSEC}
+ ${INSTALL} -c -m 644 ${MANPAGE} ${PREFIX}/${PKGMANDIR}/man${MANSEC}
clean:
${RM} ${OBJS}