From 326ef7deb96579542e88835a4773c1dc9c14f762 Mon Sep 17 00:00:00 2001 From: asami Date: Wed, 11 Dec 1996 10:18:45 +0000 Subject: Update to take advantage of new features in bsd.port.mk rev. 1.237. --- converters/uulib/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'converters/uulib') diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 1c8208960bc9..4fb16d880e4d 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -3,7 +3,7 @@ # Date Created: 04 Aug 1996 # Whom: Tim Vanderhoek # -# $Id: Makefile,v 1.2 1996/09/24 11:41:35 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/18 11:23:49 asami Exp $ # DISTNAME= uudeview-0.5.4 @@ -15,6 +15,7 @@ MAINTAINER= ac199@freenet.hamilton.on.ca GNU_CONFIGURE= yes ALL_TARGET= libuu.a +MAN3= uulib.3 EXTRAFILES+= uulib.3 EXTRAFILES+= porting.notes @@ -46,9 +47,6 @@ do-install: .endif cp ${WRKSRC}/uulib.3 ${PREFIX}/man/man3/uulib.3 perl -pi -e '$$a = '\''${PREFIX}/'\''; $$a =~ s/([^\w\/])/\\$$1/g; s/FUNKYTOKENHERE/$$a/' ${PREFIX}/man/man3/uulib.3 -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man3/uulib.3 -.endif cp ${WRKSRC}/uulib/libuu.a ${PREFIX}/lib/libuu.a cp ${WRKSRC}/uulib/uudeview.h ${PREFIX}/include/uu.h -- cgit