From 6c90316493485779473db27c46fc143d72ca8a86 Mon Sep 17 00:00:00 2001 From: mharo Date: Sat, 8 Apr 2000 23:24:42 +0000 Subject: update with the new PORTNAME/PORTVERSION variables --- converters/uulib/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'converters/uulib') 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 # # $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 -- cgit