summaryrefslogtreecommitdiff
path: root/lang/guile
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-11-15 21:28:08 +0000
committerfrueauf <frueauf>1998-11-15 21:28:08 +0000
commit19d8c31bc15ffed64136ae6c091a27f90b479958 (patch)
tree3e1c4caf6259a1694991f67b94f31f0478dce5d0 /lang/guile
parentf1a6773a592752be02c8389a719d8bd5581009c0 (diff)
downloadpkgsrc-19d8c31bc15ffed64136ae6c091a27f90b479958.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')
-rw-r--r--lang/guile/Makefile4
-rw-r--r--lang/guile/pkg/PLIST5
2 files changed, 6 insertions, 3 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"
diff --git a/lang/guile/pkg/PLIST b/lang/guile/pkg/PLIST
index c4428481f96..821b0596f2d 100644
--- a/lang/guile/pkg/PLIST
+++ b/lang/guile/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 1998/11/15 20:17:57 perry Exp $
+@comment $NetBSD: PLIST,v 1.4 1998/11/15 21:28:09 frueauf Exp $
bin/guile
bin/guile-config
bin/guile-snarf
@@ -81,8 +81,9 @@ include/libguile/vectors.h
include/libguile/version.h
include/libguile/vports.h
include/libguile/weaks.h
+@unexec %D/bin/install-info --delete %D/info/data-rep.info %D/info/dir
info/data-rep.info
-info/dir
+@exec %D/bin/install-info %D/info/data-rep.info %D/info/dir
lib/libguile.a
lib/libguile.so.4.0
share/aclocal/guile.m4