diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-05-09 01:51:31 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-05-09 01:51:31 +0000 |
commit | 1f104218f08755c7b0c05b2cfc2eb62c3fabeed2 (patch) | |
tree | 6bbb31690568dbccccbae49fecc90f6170b04223 /print/a2ps/Makefile | |
parent | 4cbadac8fbcba2d94ee76668c8acc63ababe2f8a (diff) | |
download | pkgsrc-1f104218f08755c7b0c05b2cfc2eb62c3fabeed2.tar.gz |
fix info handling, complete PLIST
Diffstat (limited to 'print/a2ps/Makefile')
-rw-r--r-- | print/a2ps/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index cf837cfb7e4..83fd82414f4 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/05/08 16:20:43 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/05/09 01:51:31 hubertf Exp $ # FreeBSD Id: Makefile,v 1.12 1998/02/15 21:24:42 steve Exp # @@ -15,6 +15,8 @@ MAN1= a2ps.1 ogonkify.1 STRIP= CONFIGURE_ARGS+= --with-medium=${PAPERSIZE} CONFIGURE_ENV+= LPR=lpr +USE_GTEXINFO= YES +INFO_FILES= a2ps.info ogonkify.info regex.info ALL_TARGET= all PAPERSIZE=${PAPERSIZE} |