diff options
author | wiz <wiz@pkgsrc.org> | 2007-05-17 17:34:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-05-17 17:34:32 +0000 |
commit | caf070dc2d432b68d93fafc7979c121cd1ad5fa6 (patch) | |
tree | 6affd6d3a232f99659bad19e8c2be370762b8f0e /devel/g-wrap | |
parent | 120c89217686d751021dc411c1f416cb30b00677 (diff) | |
download | pkgsrc-caf070dc2d432b68d93fafc7979c121cd1ad5fa6.tar.gz |
Clean up pkglint warning.
Diffstat (limited to 'devel/g-wrap')
-rw-r--r-- | devel/g-wrap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index 88b2dd71952..dca88105d5b 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2007/05/12 20:56:23 gdt Exp $ +# $NetBSD: Makefile,v 1.48 2007/05/17 17:34:32 wiz Exp $ DISTNAME= g-wrap-1.9.6 PKGREVISION= 2 @@ -17,7 +17,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake makeinfo pkg-config USE_LIBTOOL= YES TEST_TARGET= check -INFO_FILES= # PLIST +INFO_FILES= YES pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/guile/site/g-wrap/guile/ws |