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/uudx/Makefile | |
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/uudx/Makefile')
-rw-r--r-- | converters/uudx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/uudx/Makefile b/converters/uudx/Makefile index 1906bf47533a..bf44a7370c7a 100644 --- a/converters/uudx/Makefile +++ b/converters/uudx/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: uudx -# Version required: 2.99 # Date created: 2 June 1996 # Whom: ABURAYER Rewsirow <pcs51674@asciinet.or.jp> # # $FreeBSD$ # -DISTNAME= uudx_299 -PKGNAME= uudx-2.99 +PORTNAME= uudx +PORTVERSION= 2.99 CATEGORIES= converters MASTER_SITES= ftp://ftp.vector.co.jp/pack/dos/util/bin/conv/ +DISTNAME= uudx_299 EXTRACT_SUFX= .lzh MAINTAINER= rewsirow@ff.iij4u.or.jp |