summaryrefslogtreecommitdiff
path: root/lang/guile/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-11-15 21:28:08 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-11-15 21:28:08 +0000
commit0039ee00aaa76e3663d46ccecd7d2c18901b8192 (patch)
tree3e1c4caf6259a1694991f67b94f31f0478dce5d0 /lang/guile/Makefile
parent7a062c3990279644859e848236a19a3ebeb8dece (diff)
downloadpkgsrc-0039ee00aaa76e3663d46ccecd7d2c18901b8192.tar.gz
pkglint: never ever add info/dir to PLIST; if there is an info file,
set INFO_FILES and the proper @unexec/@exec rules.
Diffstat (limited to 'lang/guile/Makefile')
-rw-r--r--lang/guile/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index 06577d86d68..3462d8cb241 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/11/15 21:22:51 frueauf Exp $
+# $NetBSD: Makefile,v 1.9 1998/11/15 21:28:08 frueauf Exp $
# FreeBSD Id: Makefile,v 1.12 1997/11/22 16:01:32 jseger Exp
#
@@ -18,4 +18,6 @@ CONFIGURE_ENV= CPPFLAGS="-Dunix" \
INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+INFO_FILES= data-rep.info
+
.include "../../mk/bsd.pkg.mk"