diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-09-19 01:40:37 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-09-19 01:40:37 +0000 |
commit | 72c59e565436c331793874f31428e0cc6f6b44a8 (patch) | |
tree | c0e995e5c7ab953d0c6b62cec7eeccc9f29097c0 /print/mp-letter | |
parent | f9628f732f3ee0a702facc06e4a8ad0c3c8bb841 (diff) | |
download | ports-72c59e565436c331793874f31428e0cc6f6b44a8.tar.gz ports-72c59e565436c331793874f31428e0cc6f6b44a8.zip |
Notes
Diffstat (limited to 'print/mp-letter')
-rw-r--r-- | print/mp-letter/Makefile | 18 | ||||
-rw-r--r-- | print/mp-letter/pkg-plist | 8 |
2 files changed, 4 insertions, 22 deletions
diff --git a/print/mp-letter/Makefile b/print/mp-letter/Makefile index e336099b6a35..2c2c601df630 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.6 1997/11/10 11:23:29 asami Exp $ +# $Id: Makefile,v 1.7 1998/07/30 04:36:46 obrien Exp $ # DISTNAME= mp-3.0.1 @@ -17,6 +17,9 @@ MAINTAINER= obrien@FreeBSD.org MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to letter a4 WRKSRC= ${WRKDIR}/mp MAN1= mp.1 +MLINKS= mp.1 digestp.1 - filep.1 - filofaxp.1 \ + - franklinp.1 - mailp.1 - newsp.1 \ + - timemanp.1 - timesysp.1 .if !defined(PAPERSIZE) PAPERSIZE=letter @@ -27,17 +30,4 @@ INSTALL_TARGET= install-a4 pre-patch: @${CP} ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile -MP_UTILS= digestp filep filofaxp franklinp mailp newsp timemanp timesysp -post-install: -.if !defined(NOMANCOMPRESS) - -(cd ${PREFIX}/man/man1 ; \ - for mpu in $(MP_UTILS) ; do \ - ln -sf mp.1.gz $$mpu.1.gz ; done) -.else - -(cd ${PREFIX}/man/man1 ; \ - for mp in $(MP_UTILS) ; do \ - ln -sf mp.1 $$mpu.1 ; done) - -.endif - .include <bsd.port.mk> diff --git a/print/mp-letter/pkg-plist b/print/mp-letter/pkg-plist index ce21ca305707..53530ba709c9 100644 --- a/print/mp-letter/pkg-plist +++ b/print/mp-letter/pkg-plist @@ -14,11 +14,3 @@ share/mp/mp.pro.l.ps share/mp/mp.pro.ps share/mp/mp.pro.tm.ps share/mp/mp.pro.ts.ps -man/man1/digestp.1.gz -man/man1/filep.1.gz -man/man1/filofaxp.1.gz -man/man1/franklinp.1.gz -man/man1/mailp.1.gz -man/man1/newsp.1.gz -man/man1/timemanp.1.gz -man/man1/timesysp.1.gz |