aboutsummaryrefslogtreecommitdiffstats
path: root/print/mp-letter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/mp-letter/Makefile')
-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)