diff options
author | hoek <hoek@FreeBSD.org> | 1998-09-19 01:40:37 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-09-19 01:40:37 +0000 |
commit | a05a20591ca284e76d995a671c868f8aecedd26d (patch) | |
tree | 82e94f0cfa8d9806db0b8f2e6555c8c94c878c1c /print | |
parent | 181565593e3eb1a9050e163a8e3e5272c39baf09 (diff) | |
download | FreeBSD-ports-a05a20591ca284e76d995a671c868f8aecedd26d.zip FreeBSD-ports-a05a20591ca284e76d995a671c868f8aecedd26d.tar.gz |
Use MLINKS.
Diffstat (limited to 'print')
-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 e336099..2c2c601 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 ce21ca3..53530ba 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 |