diff options
author | reed <reed@pkgsrc.org> | 2006-01-06 02:48:55 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-01-06 02:48:55 +0000 |
commit | 9e5378e20e5e4ebb3967849f93a8edb8b83a78bb (patch) | |
tree | ec951f199f215550cc8563567c06579a678e5faf /print | |
parent | 678c07ce3fe10856a1ad005d4accf894c9f5a9d5 (diff) | |
download | pkgsrc-9e5378e20e5e4ebb3967849f93a8edb8b83a78bb.tar.gz |
This installation provides an enscript.info file.
(I noticed because I use custom INFO_DIR and I have
chmod 0 /usr/pkg/info which is a plain file to catch misuse.)
Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/enscript/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/enscript/Makefile b/print/enscript/Makefile index 38a7b309dae..69040d885d9 100644 --- a/print/enscript/Makefile +++ b/print/enscript/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2005/12/29 06:22:07 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2006/01/06 02:48:55 reed Exp $ # DISTNAME= enscript-1.6.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= http://www.iki.fi/mtr/genscript/ @@ -17,6 +17,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} +INFO_FILES= enscript.info EGDIR= ${PREFIX}/share/examples/enscript CONF_FILES= ${EGDIR}/enscript.cfg ${PKG_SYSCONFDIR}/enscript.cfg |