summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoragc <agc>1998-04-17 09:37:21 +0000
committeragc <agc>1998-04-17 09:37:21 +0000
commit2a48cc172c961a4a6b2d8477cf8de3c0c725d6aa (patch)
tree4de4a4b8d8e63fa381b709cba28651c135f8773b /misc
parentac9957923d47d6c048d6e17210f150a9560a23fa (diff)
downloadpkgsrc-2a48cc172c961a4a6b2d8477cf8de3c0c725d6aa.tar.gz
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
Diffstat (limited to 'misc')
-rw-r--r--misc/git/Makefile6
-rw-r--r--misc/screen/Makefile7
2 files changed, 4 insertions, 9 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile
index fec9560d42e..4b7aa587525 100644
--- a/misc/git/Makefile
+++ b/misc/git/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/04/15 10:38:35 agc Exp $
+# $NetBSD: Makefile,v 1.9 1998/04/17 09:37:24 agc Exp $
# FreeBSD Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp
#
@@ -8,12 +8,11 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= packages@netbsd.org
-RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
-
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd
MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 gitps.1 gitrgrep.1 \
gitunpack.1 gitview.1
+INFO_FILES= git
pre-install:
(cd ${WRKSRC}/info ; ${MAKE} info )
@@ -22,7 +21,6 @@ pre-install:
(cd ${WRKSRC}/term ; ${PATCH} --quiet -p0 <${FILESDIR}/gitrc.cons25.patch )
post-install:
- install-info ${PREFIX}/info/git.info ${PREFIX}/info/dir
${MKDIR} ${PREFIX}/share/doc
${MV} ${PREFIX}/lib/git/html ${PREFIX}/share/doc/git
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index 5e11c8bc3d9..fbab3a0a045 100644
--- a/misc/screen/Makefile
+++ b/misc/screen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:37 agc Exp $
+# $NetBSD: Makefile,v 1.8 1998/04/17 09:37:24 agc Exp $
# FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp
#
@@ -9,14 +9,11 @@ MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
MAINTAINER= hubertf@netbsd.org
-BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
-RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
-
GNU_CONFIGURE= yes
MAN1= screen.1
+INFO_FILES= screen
post-install:
- @install-info ${PREFIX}/info/screen.info ${PREFIX}/info/dir
@${MKDIR} ${PREFIX}/share/examples/screen
${INSTALL_DATA} ${WRKSRC}/etc/etcscreenrc ${PREFIX}/share/examples/screen/screenrc