summaryrefslogtreecommitdiff
path: root/print/mp-letter
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /print/mp-letter
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'print/mp-letter')
-rw-r--r--print/mp-letter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/mp-letter/Makefile b/print/mp-letter/Makefile
index c3d1ca4e452d..54db12a0d2f9 100644
--- a/print/mp-letter/Makefile
+++ b/print/mp-letter/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 July 1996
# Whom: David O'Brien <obrien@cs.ucdavis.edu>
#
-# $Id: Makefile,v 1.1.1.1 1996/08/16 07:08:39 asami Exp $
+# $Id: Makefile,v 1.2 1996/11/17 08:44:57 obrien Exp $
#
DISTNAME= mp-3.0.1
@@ -16,6 +16,7 @@ MAINTAINER= obrien@cs.ucdavis.edu
WRKSRC= ${WRKDIR}/mp
USE_GMAKE= yes
+MAN1= mp.1
.if !defined(PAPERSIZE)
PAPERSIZE=letter
@@ -29,7 +30,6 @@ pre-patch:
MP_UTILS= digestp filep filofaxp franklinp mailp newsp timemanp timesysp
post-install:
.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/mp.1
-(cd ${PREFIX}/man/man1 ; \
for mpu in $(MP_UTILS) ; do \
ln -sf mp.1.gz $$mpu.1.gz ; done)