diff options
author | ache <ache@FreeBSD.org> | 1996-12-11 23:03:55 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-12-11 23:03:55 +0000 |
commit | 8ef56d123e8ea07736ecf5b35f1fc025c287d725 (patch) | |
tree | 46bc9c6e741e27f36c1d48594a807813938326d6 /converters | |
parent | 02ab680a584ed5c2b0bd765af6ef57ec95ac4148 (diff) | |
download | FreeBSD-ports-8ef56d123e8ea07736ecf5b35f1fc025c287d725.zip FreeBSD-ports-8ef56d123e8ea07736ecf5b35f1fc025c287d725.tar.gz |
Upgrade to 0.5.9
Diffstat (limited to 'converters')
-rw-r--r-- | converters/uulib/Makefile | 10 | ||||
-rw-r--r-- | converters/uulib/distinfo | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 4fb16d8..52c7755 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 diff --git a/converters/uulib/distinfo b/converters/uulib/distinfo index e1f1f3b..2a86a77 100644 --- a/converters/uulib/distinfo +++ b/converters/uulib/distinfo @@ -1 +1 @@ -MD5 (uudeview-0.5.4.tar.gz) = b3a457faa0f81920c9abdbfe627f83b5 +MD5 (uudeview-0.5.9.tar.gz) = 36440d9f30397ab7f3a8026af7d4c7ef |