summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.use.mk
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-09 00:20:27 +0000
committerjlam <jlam>2006-03-09 00:20:27 +0000
commit83517a71ae8009102e062ea4c52cb74fc4562ef4 (patch)
tree057d55d1354373f16305418acfc17bd78ac85929 /mk/bsd.pkg.use.mk
parent7b6583a7abf80924383e4fbadc700a8de27bd6c0 (diff)
downloadpkgsrc-83517a71ae8009102e062ea4c52cb74fc4562ef4.tar.gz
Reimplement the info-file handling so that we use an +INFO_FILES
scriptlet to manage the info-file registration. The new scriptlet's template is install/info-files. Remove obsolete texinfo.mk and install/install-info. No changes to package Makefiles are necessary -- the re-implementation is internal to pkgsrc infrastructure.
Diffstat (limited to 'mk/bsd.pkg.use.mk')
-rw-r--r--mk/bsd.pkg.use.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/mk/bsd.pkg.use.mk b/mk/bsd.pkg.use.mk
index 5786956003e..f405648353d 100644
--- a/mk/bsd.pkg.use.mk
+++ b/mk/bsd.pkg.use.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.use.mk,v 1.28 2006/03/05 16:27:29 jlam Exp $
+# $NetBSD: bsd.pkg.use.mk,v 1.29 2006/03/09 00:20:27 jlam Exp $
#
# Turn USE_* macros into proper depedency logic. Included near the top of
# bsd.pkg.mk, after bsd.prefs.mk.
@@ -103,14 +103,6 @@ MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
LIBTOOL_OVERRIDE?= libtool */libtool */*/libtool
.endif
-### INFO_FILES
-
-INFO_FILES?= # empty
-
-.if !empty(INFO_FILES)
-. include "../../mk/texinfo.mk"
-.endif
-
### USE_RMAN
# Check if we got "rman" with XFree86, for packages that need "rman".