diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-15 16:27:53 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-15 16:27:53 +0000 |
commit | 29ace625cbecc17e8ad24af48399103ed93a911d (patch) | |
tree | ec6116f00b9f91687f9cdd4db72e0de767e282cb | |
parent | 683cf939f320145ed554a1d4cfcfc351ba005f9c (diff) | |
download | pkgsrc-29ace625cbecc17e8ad24af48399103ed93a911d.tar.gz |
Add MANINSTALL to BUILD_DEFS for completeness.
-rw-r--r-- | comms/kermit/Makefile | 4 | ||||
-rw-r--r-- | misc/team/Makefile | 6 | ||||
-rw-r--r-- | net/ppp-mppe/Makefile | 8 | ||||
-rw-r--r-- | net/spegla/Makefile | 6 | ||||
-rw-r--r-- | sysutils/user/Makefile | 6 | ||||
-rw-r--r-- | x11/xneko/Makefile | 6 |
6 files changed, 27 insertions, 9 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index 71d00daa853..ec6a5610fbc 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2003/07/17 21:26:46 grant Exp $ +# $NetBSD: Makefile,v 1.47 2003/09/15 16:27:53 jmmv Exp $ # $FreeBSD Id: Makefile,v 1.17 1997/11/26 23:16:51 jseger Exp # @@ -18,7 +18,7 @@ LICENSE= kermit-license .include "../../mk/bsd.prefs.mk" USE_BUILDLINK2= YES -BUILD_DEFS+= KERMIT_SUID_UUCP KFLAGS LIBS +BUILD_DEFS+= KERMIT_SUID_UUCP KFLAGS LIBS MANINSTALL MAKE_ENV+= KFLAGS="${KFLAGS}" LIBS="${LIBS}" MAKE_ENV+= SSLINC="${SSLINC}" SSLLIB="${SSLLIB}" MAKEFILE= makefile diff --git a/misc/team/Makefile b/misc/team/Makefile index 1181121fac7..4409c9e7302 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/07/17 21:49:58 grant Exp $ +# $NetBSD: Makefile,v 1.19 2003/09/15 16:27:54 jmmv Exp $ # FreeBSD Id: Makefile,v 1.6 1997/04/30 03:18:06 asami Exp # @@ -15,6 +15,10 @@ MANCOMPRESSED_IF_MANZ= yes PLIST_SRC= ${WRKDIR}/PLIST +.include "../../mk/bsd.prefs.mk" + +BUILD_DEFS+= MANINSTALL + post-install: @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} @for OPT in ${MANINSTALL} broken-solaris-needs-this; do \ diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile index 66c32f4bbe2..38ae603defe 100644 --- a/net/ppp-mppe/Makefile +++ b/net/ppp-mppe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/07/17 22:51:39 grant Exp $ +# $NetBSD: Makefile,v 1.18 2003/09/15 16:27:55 jmmv Exp $ DISTNAME= ppp-2.3.9 PKGNAME= ppp-mppe-2.3.9 @@ -17,6 +17,10 @@ OPENSSL_SRC= ${_PKGSRCDIR}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VERS} HAS_CONFIGURE= yes MANCOMPRESSED_IF_MANZ= yes +.include "../../mk/bsd.prefs.mk" + +BUILD_DEFS+= MANINSTALL + post-extract: if [ ! -e ${OPENSSL_SRC}/crypto/rc4 ]; then \ cd ../../security/openssl && ${MAKE} extract; \ @@ -44,8 +48,6 @@ pre-install: pre-clean: cd ../../security/openssl && ${MAKE} clean -.include "../../mk/bsd.prefs.mk" - SYSDIR?= /sys MAKE_ENV+= SYSDIR="${SYSDIR}" diff --git a/net/spegla/Makefile b/net/spegla/Makefile index 0cf39ed008d..01ca9ffcf74 100644 --- a/net/spegla/Makefile +++ b/net/spegla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 18:19:40 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/09/15 16:27:55 jmmv Exp $ DISTNAME= spegla-1.1 CATEGORIES= net @@ -11,6 +11,10 @@ COMMENT= Mirror program for FTP sites (written in C) MANCOMPRESSED_IF_MANZ= yes PLIST_SRC= ${WRKDIR}/PLIST +.include "../../mk/bsd.prefs.mk" + +BUILD_DEFS+= MANINSTALL + post-install: @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} @for OPT in ${MANINSTALL} x; do \ diff --git a/sysutils/user/Makefile b/sysutils/user/Makefile index 6718ad638c2..b2d6c2e353b 100644 --- a/sysutils/user/Makefile +++ b/sysutils/user/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 22:53:57 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/09/15 16:27:56 jmmv Exp $ # # Note to package maintainers: @@ -28,6 +28,10 @@ PLIST_SRC= ${WRKDIR}/PLIST MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man \ FILESDIR=${PREFIX}/share/examples/usermgmt +.include "../../mk/bsd.prefs.mk" + +BUILD_DEFS+= MANINSTALL + pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/usermgmt diff --git a/x11/xneko/Makefile b/x11/xneko/Makefile index d80a43c1115..8c16177c056 100644 --- a/x11/xneko/Makefile +++ b/x11/xneko/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 22:57:00 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/09/15 16:27:56 jmmv Exp $ # FreeBSD Id: Makefile,v 1.6 1997/03/12 08:21:35 asami Exp # @@ -16,6 +16,10 @@ MANCOMPRESSED_IF_MANZ= yes PLIST_SRC= ${WRKDIR}/PLIST +.include "../../mk/bsd.prefs.mk" + +BUILD_DEFS+= MANINSTALL + post-install: @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} @for OPT in ${MANINSTALL} x; do \ |