aboutsummaryrefslogtreecommitdiffstats
path: root/print/psutils-letter
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-11-17 16:45:20 +0800
committerobrien <obrien@FreeBSD.org>1996-11-17 16:45:20 +0800
commit109f11d37b159f1fdf6f84e03cf24457cda978e7 (patch)
tree9cb66c5534dca58d5073e5440262ddcaf2b2880f /print/psutils-letter
parentb5969d108c4ee5f6a75132b5d226a3541e079ab5 (diff)
downloadfreebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.tar.gz
freebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.tar.zst
freebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.zip
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
Diffstat (limited to 'print/psutils-letter')
-rw-r--r--print/psutils-letter/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile
index a0b8df7eab74..74494bb721b4 100644
--- a/print/psutils-letter/Makefile
+++ b/print/psutils-letter/Makefile
@@ -3,17 +3,22 @@
# Date created: 21 September 1994
# Whom: jmz & David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.10 1996/07/31 01:06:39 jmz Exp $
+# $Id: Makefile,v 1.11 1996/08/02 00:13:21 jmz Exp $
#
DISTNAME= psutils
PKGNAME= psutils-${PAPERSIZE}-1.16
-CATEGORIES+= print
+CATEGORIES= print
MASTER_SITES= ftp://colonsay.dcs.ed.ac.uk/pub/ajcd/
MAINTAINER= jmz@FreeBSD.org
MAKE_FLAGS?= PAPER=${PAPERSIZE} -f
+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
+
##package:: letter a4
@@ -56,12 +61,4 @@ pre-fetch:
@/usr/bin/false
.endif
-post-install:
-.if !defined(NOMANCOMPRESS)
- @for f in 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 ; do gzip -nf ${PREFIX}/man/man1/$$f; done
-.endif
-
.include <bsd.port.mk>