summaryrefslogtreecommitdiff
path: root/doc/Makefile-example
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-09 01:14:52 +0000
committerjlam <jlam>2006-04-09 01:14:52 +0000
commit92099da8c260995a04353b0fa4a757c03526f77f (patch)
tree2c802c138c0729f5942fa2cfec558bf27475e046 /doc/Makefile-example
parentd5f1fc3c6b8e6430e652188ef20e59c6b7c8d634 (diff)
downloadpkgsrc-92099da8c260995a04353b0fa4a757c03526f77f.tar.gz
Update to reflect current usage of INFO_FILES, which should just be defined
or not defined.
Diffstat (limited to 'doc/Makefile-example')
-rw-r--r--doc/Makefile-example4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile-example b/doc/Makefile-example
index d4e82f12747..632cfe17b65 100644
--- a/doc/Makefile-example
+++ b/doc/Makefile-example
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-example,v 1.12 2006/03/04 21:29:30 jlam Exp $
+# $NetBSD: Makefile-example,v 1.13 2006/04/09 01:14:52 jlam Exp $
# First paragraph - distfile and binary package data
# DISTNAME PKGNAME PKGREVISION SVR4_PKGNAME CATEGORIES MASTER_SITES
@@ -33,7 +33,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews # needed for package views-ready pack
# INFO_FILES, DIST_SUBDIR, etc.
DIST_SUBDIR= gmake
GNU_CONFIGURE= yes
-INFO_FILES= make.info # any info files, whitespace delimited
+INFO_FILES= # defined if the package installs info files
TEXINFO_REQD= 4.0 # version of texinfo which is necessary
USE_PKGLOCALEDIR= yes
WRKSRC= ${WRKDIR}/src