diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
commit | 6c90316493485779473db27c46fc143d72ca8a86 (patch) | |
tree | e7a5620a9b152cc5d6a909ed7144f0eb1c9828f9 /converters/uulib | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.gz freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.zst freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'converters/uulib')
-rw-r--r-- | converters/uulib/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 0b38a4041fa6..e4640d714954 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: uulib -# Version Required: 0.5.9 # Date Created: 04 Aug 1996 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # # $FreeBSD$ # -DISTNAME= uudeview-0.5.13 -PKGNAME= uulib-0.5.13 +PORTNAME= uulib +PORTVERSION= 0.5.13 CATEGORIES= converters MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ \ http://www.informatik.uni-frankfurt.de/~fp/uudeview/Apps/frank/ +DISTNAME= uudeview-${PORTVERSION} MAINTAINER= hoek@FreeBSD.org -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes MAN3= uulib.3 |