diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
commit | 988019b0161173d9185365a43313f01b0fdb5e3d (patch) | |
tree | d4348e0f294c2e984b78663e6958bb9a3bb8fcd8 /print/psutils | |
parent | daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c (diff) | |
download | pkgsrc-988019b0161173d9185365a43313f01b0fdb5e3d.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'print/psutils')
-rw-r--r-- | print/psutils/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/print/psutils/Makefile b/print/psutils/Makefile index 3dc482bf068..9fa60403847 100644 --- a/print/psutils/Makefile +++ b/print/psutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/06/10 08:02:09 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/06/22 13:04:38 agc Exp $ # FreeBSD Id: Makefile,v 1.15 1998/01/08 18:52:13 fenner Exp # @@ -12,10 +12,6 @@ MAINTAINER= packages@netbsd.org MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to letter or A4 WRKSRC= ${WRKDIR}/psutils MAKE_FLAGS?= PAPER=${PAPERSIZE} -MAN1= psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 \ - getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 \ - fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 \ - extractres.1 includeres.1 fixscribeps.1 psmerge.1 PAPERSIZE?= A4 USE_PERL5= YES |