summaryrefslogtreecommitdiff
path: root/converters/uulib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/uulib/Makefile')
-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