diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-05-17 15:14:44 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-05-17 15:14:44 +0000 |
commit | 3b1eb2b2df8b2ed4af0adae129a437f5ef2d3780 (patch) | |
tree | 630266c9ddd44f128d11f97a247c3fbca2f2dec7 /mail/faces/Makefile | |
parent | 2d2b6e555bb546dc86cbbebca538732f3650f504 (diff) |
Notes
Diffstat (limited to 'mail/faces/Makefile')
-rw-r--r-- | mail/faces/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index c112205ed1d8..413e9c6de03b 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.1.1.1 1996/12/14 22:27:51 andreas Exp $ +# $Id: Makefile,v 1.2 1996/12/17 04:52:12 asami Exp $ # DISTNAME= faces-1.6.1 @@ -16,8 +16,15 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= Lars_Koeller@odie.physik2.uni-rostock.de WRKSRC= $(WRKDIR)/faces +MAN1= compface.1 faces.1 face_update.1 +MAN3= compface.3 post-install: /sbin/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> |