diff options
author | hoek <hoek@FreeBSD.org> | 1998-09-19 01:51:20 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-09-19 01:51:20 +0000 |
commit | ced0df84f72c99d95d3e7760915346e308e8f7e1 (patch) | |
tree | 34733f93e523a83e77dc28e56d5cf01660b5d059 /mail/faces/Makefile | |
parent | a05a20591ca284e76d995a671c868f8aecedd26d (diff) | |
download | FreeBSD-ports-ced0df84f72c99d95d3e7760915346e308e8f7e1.zip FreeBSD-ports-ced0df84f72c99d95d3e7760915346e308e8f7e1.tar.gz |
Use MLINKS.
Diffstat (limited to 'mail/faces/Makefile')
-rw-r--r-- | mail/faces/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 84ead20..668c310 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -4,7 +4,7 @@ # Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de> # Andreas Klemm <andreas@FreeBSD.ORG> # -# $Id: Makefile,v 1.5 1997/11/17 18:47:53 max Exp $ +# $Id: Makefile,v 1.6 1998/03/15 15:03:45 andreas Exp $ # DISTNAME= faces-1.6.1 @@ -17,13 +17,9 @@ MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE WRKSRC= $(WRKDIR)/faces MAN1= compface.1 faces.1 face_update.1 MAN3= compface.3 +MLINKS= compface.1 uncompface.1 compface.3 uncompface.3 post-install: ${LDCONFIG} -m ${PREFIX}/lib -.if !defined(NOMANCOMPRESS) - @${RM} ${PREFIX}/man/man1/uncompface.1 ${PREFIX}/man/man3/uncompface.3 - @ln -fs compface.1.gz ${PREFIX}/man/man1/uncompface.1.gz - @ln -fs compface.3.gz ${PREFIX}/man/man3/uncompface.3.gz -.endif .include <bsd.port.mk> |