From 79c2b3f713e2e3afe71a002471f6b787c9e5757f Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 26 Feb 1998 16:10:42 +0000 Subject: Install manual pages properly. --- mail/faces/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mail/faces') diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 3dc5a9edc36..788cd3956ff 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -4,7 +4,7 @@ # Whom: Lars Koeller # Andreas Klemm # -# $NetBSD: Makefile,v 1.2 1998/02/25 16:07:55 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/02/26 16:10:42 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/17 18:47:53 max Exp # @@ -17,8 +17,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE WRKSRC= $(WRKDIR)/faces -MAN1= compface.1 faces.1 face_update.1 -MAN3= compface.3 +MAN1= compface.1 faces.1 face_update.1 uncompface.1 +MAN3= compface.3 uncompface.3 post-configure: @for f in ${WRKSRC}/Makefile ${WRKSRC}/faces.h ${WRKSRC}/x11.c; do \ @@ -29,7 +29,7 @@ post-configure: post-install: ${LDCONFIG} || ${TRUE} - @ln -f compface.1 ${PREFIX}/man/man1/uncompface.1 - @ln -f compface.3 ${PREFIX}/man/man3/uncompface.3 + ${LN} -f ${PREFIX}/man/man1/compface.1 ${PREFIX}/man/man1/uncompface.1 + ${LN} -f ${PREFIX}/man/man3/compface.3 ${PREFIX}/man/man3/uncompface.3 .include -- cgit v1.2.3