diff options
author | hoek <hoek@FreeBSD.org> | 1998-09-19 09:51:20 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-09-19 09:51:20 +0800 |
commit | ced0df84f72c99d95d3e7760915346e308e8f7e1 (patch) | |
tree | 34733f93e523a83e77dc28e56d5cf01660b5d059 /mail | |
parent | a05a20591ca284e76d995a671c868f8aecedd26d (diff) | |
download | freebsd-ports-gnome-ced0df84f72c99d95d3e7760915346e308e8f7e1.tar.gz freebsd-ports-gnome-ced0df84f72c99d95d3e7760915346e308e8f7e1.tar.zst freebsd-ports-gnome-ced0df84f72c99d95d3e7760915346e308e8f7e1.zip |
Use MLINKS.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/faces/Makefile | 8 | ||||
-rw-r--r-- | mail/faces/pkg-plist | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 84ead2036600..668c310280ae 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> diff --git a/mail/faces/pkg-plist b/mail/faces/pkg-plist index 916db0b88e96..4cd9b36dc76e 100644 --- a/mail/faces/pkg-plist +++ b/mail/faces/pkg-plist @@ -3,13 +3,11 @@ share/faces/machine.tab share/faces/people.tab bin/compface bin/uncompface -man/man1/uncompface.1.gz lib/libcompface.a lib/libcompface.so.1.0 @exec /sbin/ldconfig -m %D/lib @unexec /sbin/ldconfig -R include/compface.h -man/man3/uncompface.3.gz bin/icon2ikon bin/ikon2icon bin/rs2icon |