pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Add MANINSTALL to BUILD_DEFS for completeness.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8840a28e3505
branches:  trunk
changeset: 461404:8840a28e3505
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Sep 15 16:27:53 2003 +0000

description:
Add MANINSTALL to BUILD_DEFS for completeness.

diffstat:

 comms/kermit/Makefile  |  4 ++--
 misc/team/Makefile     |  6 +++++-
 net/ppp-mppe/Makefile  |  8 +++++---
 net/spegla/Makefile    |  6 +++++-
 sysutils/user/Makefile |  6 +++++-
 x11/xneko/Makefile     |  6 +++++-
 6 files changed, 27 insertions(+), 9 deletions(-)

diffs (127 lines):

diff -r 524af51bc6f3 -r 8840a28e3505 comms/kermit/Makefile
--- a/comms/kermit/Makefile     Mon Sep 15 16:16:40 2003 +0000
+++ b/comms/kermit/Makefile     Mon Sep 15 16:27:53 2003 +0000
@@ -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 @@
 .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 -r 524af51bc6f3 -r 8840a28e3505 misc/team/Makefile
--- a/misc/team/Makefile        Mon Sep 15 16:16:40 2003 +0000
+++ b/misc/team/Makefile        Mon Sep 15 16:27:53 2003 +0000
@@ -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 @@
 
 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 -r 524af51bc6f3 -r 8840a28e3505 net/ppp-mppe/Makefile
--- a/net/ppp-mppe/Makefile     Mon Sep 15 16:16:40 2003 +0000
+++ b/net/ppp-mppe/Makefile     Mon Sep 15 16:27:53 2003 +0000
@@ -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 @@
 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-clean:
        cd ../../security/openssl && ${MAKE} clean
 
-.include "../../mk/bsd.prefs.mk"
-
 SYSDIR?=       /sys
 MAKE_ENV+=     SYSDIR="${SYSDIR}"
 
diff -r 524af51bc6f3 -r 8840a28e3505 net/spegla/Makefile
--- a/net/spegla/Makefile       Mon Sep 15 16:16:40 2003 +0000
+++ b/net/spegla/Makefile       Mon Sep 15 16:27:53 2003 +0000
@@ -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 @@
 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 -r 524af51bc6f3 -r 8840a28e3505 sysutils/user/Makefile
--- a/sysutils/user/Makefile    Mon Sep 15 16:16:40 2003 +0000
+++ b/sysutils/user/Makefile    Mon Sep 15 16:27:53 2003 +0000
@@ -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 @@
 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 -r 524af51bc6f3 -r 8840a28e3505 x11/xneko/Makefile
--- a/x11/xneko/Makefile        Mon Sep 15 16:16:40 2003 +0000
+++ b/x11/xneko/Makefile        Mon Sep 15 16:27:53 2003 +0000
@@ -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 @@
 
 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 \



Home | Main Index | Thread Index | Old Index