diff options
author | ache <ache@FreeBSD.org> | 1996-12-12 07:03:55 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-12-12 07:03:55 +0800 |
commit | 8ef56d123e8ea07736ecf5b35f1fc025c287d725 (patch) | |
tree | 46bc9c6e741e27f36c1d48594a807813938326d6 /converters/uulib/Makefile | |
parent | 02ab680a584ed5c2b0bd765af6ef57ec95ac4148 (diff) | |
download | freebsd-ports-gnome-8ef56d123e8ea07736ecf5b35f1fc025c287d725.tar.gz freebsd-ports-gnome-8ef56d123e8ea07736ecf5b35f1fc025c287d725.tar.zst freebsd-ports-gnome-8ef56d123e8ea07736ecf5b35f1fc025c287d725.zip |
Upgrade to 0.5.9
Diffstat (limited to 'converters/uulib/Makefile')
-rw-r--r-- | converters/uulib/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 4fb16d880e4d..52c7755f3fd1 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: uulib -# Version Required: 0.5.4 (aka. 0.5pl4) +# Version Required: 0.5.9 # Date Created: 04 Aug 1996 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # # $Id: Makefile,v 1.3 1996/11/18 11:23:49 asami Exp $ # -DISTNAME= uudeview-0.5.4 -PKGNAME= uulib-0.5.4 +DISTNAME= uudeview-0.5.9 +PKGNAME= uulib-0.5.9 CATEGORIES= devel MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ @@ -15,7 +15,6 @@ MAINTAINER= ac199@freenet.hamilton.on.ca GNU_CONFIGURE= yes ALL_TARGET= libuu.a -MAN3= uulib.3 EXTRAFILES+= uulib.3 EXTRAFILES+= porting.notes @@ -47,6 +46,9 @@ 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 |