aboutsummaryrefslogtreecommitdiffstats
path: root/mail/faces/Makefile
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-05-17 23:14:44 +0800
committermax <max@FreeBSD.org>1997-05-17 23:14:44 +0800
commit31d1ae7e7bae32326a393c3ad935be4c2795dd83 (patch)
tree760e9ac46e44965b3a2201e6c323b42a167e7cbc /mail/faces/Makefile
parent148211565d5d778fe2d9e56bb216036be87b7223 (diff)
downloadfreebsd-ports-gnome-31d1ae7e7bae32326a393c3ad935be4c2795dd83.tar.gz
freebsd-ports-gnome-31d1ae7e7bae32326a393c3ad935be4c2795dd83.tar.zst
freebsd-ports-gnome-31d1ae7e7bae32326a393c3ad935be4c2795dd83.zip
Don't compress man pages during the build.
Pay attention to ${PREFIX}.
Diffstat (limited to 'mail/faces/Makefile')
-rw-r--r--mail/faces/Makefile9
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>