pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Back out last revision since we modified bsd.pkg.in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c95d4680ee26
branches:  trunk
changeset: 460491:c95d4680ee26
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Aug 30 22:57:05 2003 +0000

description:
Back out last revision since we modified bsd.pkg.install.mk to require
that {,DE}INSTALL_EXTRA_TMPL to be set if a package Makefile wants to use
them.

diffstat:

 mk/bsd.pkg.mk |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r 5ab4d1643a3f -r c95d4680ee26 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Sat Aug 30 22:53:39 2003 +0000
+++ b/mk/bsd.pkg.mk     Sat Aug 30 22:57:05 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1249 2003/08/30 20:52:09 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1250 2003/08/30 22:57:05 jlam Exp $
 #
 # This file is in the public domain.
 #
@@ -559,6 +559,14 @@
 PLIST_SUBST+=  PERL5_ARCHLIB=${PERL5_ARCHLIB:S/^${LOCALBASE}\///}
 .endif
 
+# Handle info files
+#
+INFO_FILES?=                   # default to no info files to handle 
+USE_MAKEINFO?= no              # default to not using makeinfo
+.if !empty(INFO_FILES) || empty(USE_MAKEINFO:M[nN][oO])
+. include "../../mk/texinfo.mk"
+.endif
+
 .if defined(USE_PKGINSTALL) && !empty(USE_PKGINSTALL:M[yY][eE][sS])
 .  include "../../mk/bsd.pkg.install.mk"
 .endif
@@ -573,14 +581,6 @@
 DEINSTALL_FILE=                ${PKGDIR}/DEINSTALL
 .endif
 
-# Handle info files
-#
-INFO_FILES?=                   # default to no info files to handle 
-USE_MAKEINFO?= no              # default to not using makeinfo
-.if !empty(INFO_FILES) || empty(USE_MAKEINFO:M[nN][oO])
-. include "../../mk/texinfo.mk"
-.endif
-
 # If MESSAGE hasn't been defined, then set MESSAGE_SRC to be a space-separated
 # list of files to be concatenated together to generate the MESSAGE file.
 #



Home | Main Index | Thread Index | Old Index