aboutsummaryrefslogtreecommitdiffstats
path: root/converters/uulib
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-12-11 18:18:45 +0800
committerasami <asami@FreeBSD.org>1996-12-11 18:18:45 +0800
commit326ef7deb96579542e88835a4773c1dc9c14f762 (patch)
tree33704ec70270464384f44c6b2ca850a2e9cd3e22 /converters/uulib
parent0365f888c5c34b2ab8b957183ce91688a25f0d0e (diff)
downloadfreebsd-ports-gnome-326ef7deb96579542e88835a4773c1dc9c14f762.tar.gz
freebsd-ports-gnome-326ef7deb96579542e88835a4773c1dc9c14f762.tar.zst
freebsd-ports-gnome-326ef7deb96579542e88835a4773c1dc9c14f762.zip
Update to take advantage of new features in bsd.port.mk rev. 1.237.
Diffstat (limited to 'converters/uulib')
-rw-r--r--converters/uulib/Makefile6
1 files changed, 2 insertions, 4 deletions
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 <ac199@freenet.hamilton.on.ca>
#
-# $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