From 31d1ae7e7bae32326a393c3ad935be4c2795dd83 Mon Sep 17 00:00:00 2001 From: max Date: Sat, 17 May 1997 15:14:44 +0000 Subject: Don't compress man pages during the build. Pay attention to ${PREFIX}. --- mail/faces/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'mail/faces/Makefile') 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 # Andreas Klemm # -# $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 -- cgit