diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-07 19:45:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-07 19:45:32 +0000 |
commit | 3e6ba1b2b5b4fbd2a1225c184c49ed7808f53919 (patch) | |
tree | 9372e18f3799342f17e494a1838ca0914f1867be /devel | |
parent | ec692ae6cfae79a6057a5ccca5180237b21141c4 (diff) | |
download | pkgsrc-3e6ba1b2b5b4fbd2a1225c184c49ed7808f53919.tar.gz |
Make pkglint happy.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/slib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/slib/Makefile b/devel/slib/Makefile index eaa68e8de83..87f06d4ed9a 100644 --- a/devel/slib/Makefile +++ b/devel/slib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2007/02/07 19:39:52 drochner Exp $ +# $NetBSD: Makefile,v 1.28 2007/02/07 19:45:32 wiz Exp $ DISTNAME= slib3a4 # @@ -22,14 +22,14 @@ NO_BUILD= yes SLIBDIR= ${PREFIX}/share/slib DOCDIR= ${PREFIX}/share/doc/slib -INFO_FILES= # PLIST +INFO_FILES= yes INSTALLATION_DIRS= ${PKGINFODIR} SUBST_CLASSES+= scmpath SUBST_STAGE.scmpath= post-patch SUBST_FILES.scmpath= guile.init -SUBST_SED.scmpath= "s|@PREFIX@|${PREFIX}|" +SUBST_SED.scmpath= -e "s|@PREFIX@|${PREFIX}|" do-install: ${INSTALL_DATA_DIR} ${SLIBDIR} |