diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-09-19 01:51:20 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-09-19 01:51:20 +0000 |
commit | e83f02165701a7e345c417c4ce433d3e69e94cf5 (patch) | |
tree | e9f788a2bf17c635f598f2ece620cdbd9cb0b893 /mail/faces | |
parent | 72c59e565436c331793874f31428e0cc6f6b44a8 (diff) | |
download | ports-e83f02165701a7e345c417c4ce433d3e69e94cf5.tar.gz ports-e83f02165701a7e345c417c4ce433d3e69e94cf5.zip |
Notes
Diffstat (limited to 'mail/faces')
-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 |