diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-11-15 21:28:08 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-11-15 21:28:08 +0000 |
commit | 0039ee00aaa76e3663d46ccecd7d2c18901b8192 (patch) | |
tree | 3e1c4caf6259a1694991f67b94f31f0478dce5d0 /lang/guile | |
parent | 7a062c3990279644859e848236a19a3ebeb8dece (diff) | |
download | pkgsrc-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')
-rw-r--r-- | lang/guile/Makefile | 4 | ||||
-rw-r--r-- | lang/guile/pkg/PLIST | 5 |
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 |