diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-11 10:18:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-11 10:18:45 +0000 |
commit | 6a00dcc27c6e0d93e25f0b85db9bff1ce27f8988 (patch) | |
tree | 1bb079260d785983788d4944e5597a873989da36 /converters/uulib | |
parent | 39a45e2db1b64ea40bfd4ed7d63934ab9db9961e (diff) | |
download | ports-6a00dcc27c6e0d93e25f0b85db9bff1ce27f8988.tar.gz ports-6a00dcc27c6e0d93e25f0b85db9bff1ce27f8988.zip |
Notes
Diffstat (limited to 'converters/uulib')
-rw-r--r-- | converters/uulib/Makefile | 6 |
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 |