diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-31 23:56:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-31 23:56:28 +0000 |
commit | 739ade02f5e5a61b32a7e44d8957b09888c72c6d (patch) | |
tree | 7b7b5579c729ee1cb9d4a3002eec00844f1ead5f /print/a2ps/Makefile | |
parent | c86ad2bc4b5f8212490ad688fee7ffee5bc1ee8f (diff) | |
download | pkgsrc-739ade02f5e5a61b32a7e44d8957b09888c72c6d.tar.gz |
List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.
Diffstat (limited to 'print/a2ps/Makefile')
-rw-r--r-- | print/a2ps/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 4564da0b875..ce8ed91581f 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2006/03/04 21:30:27 jlam Exp $ +# $NetBSD: Makefile,v 1.63 2006/03/31 23:56:28 jlam Exp $ DISTNAME= a2ps-4.13b PKGNAME= a2ps-4.13.0.2 @@ -34,8 +34,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} EGDIR= ${PREFIX}/share/examples/a2ps CONF_FILES= ${EGDIR}/a2ps-site.cfg ${PKG_SYSCONFDIR}/a2ps-site.cfg CONF_FILES+= ${EGDIR}/a2ps.cfg ${PKG_SYSCONFDIR}/a2ps.cfg - -INFO_FILES= a2ps.info ogonkify.info regex.info +INFO_FILES= # PLIST pre-build: ${TOUCH} ${WRKSRC}/doc/*.info |