summaryrefslogtreecommitdiff
path: root/devel/libg++
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-04-17 09:37:21 +0000
committeragc <agc@pkgsrc.org>1998-04-17 09:37:21 +0000
commit5201e684973709478cd0e0f268310adadacc4284 (patch)
tree4de4a4b8d8e63fa381b709cba28651c135f8773b /devel/libg++
parent9f424e887024bd828f9677f6a93441bdf95c2e6f (diff)
downloadpkgsrc-5201e684973709478cd0e0f268310adadacc4284.tar.gz
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
Diffstat (limited to 'devel/libg++')
-rw-r--r--devel/libg++/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile
index 9b39f18283b..4265f6938f5 100644
--- a/devel/libg++/Makefile
+++ b/devel/libg++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:20 agc Exp $
+# $NetBSD: Makefile,v 1.4 1998/04/17 09:37:23 agc Exp $
#
GXXVERSION= 2.8.1.1a # used by internal Makefile
@@ -8,14 +8,13 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= tv@netbsd.org
-BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
-RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
LIB_DEPENDS= stdc++.1.: # only from NetBSD's source tree
MAKE_ENV+= GXXVERSION="${GXXVERSION}"
PLIST_SRC= ${WRKSRC}/.PLIST
-MAN1= gperf.1
+MAN1= gperf.1
+INFO_FILES= gperf libg++
do-configure:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
@@ -27,8 +26,6 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/genclass ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/gperf ${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/gperf.info ${WRKSRC}/libg++.info ${PREFIX}/info/
- @install-info ${PREFIX}/info/gperf.info ${PREFIX}/info/dir
- @install-info ${PREFIX}/info/libg++.info ${PREFIX}/info/dir
${INSTALL_DATA} ${WRKSRC}/libg++/gperf/gperf.1 ${PREFIX}/man/man1/
@(${CAT} ${PKGDIR}/PLIST.pre; cd ${PREFIX}; \
/bin/ls 2>/dev/null -1d lib/libg++*.a lib/libg++.so*) \