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/trans | |
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/trans')
-rw-r--r-- | converters/trans/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/converters/trans/Makefile b/converters/trans/Makefile index 809e430d143c..bdd5b8be1f4a 100644 --- a/converters/trans/Makefile +++ b/converters/trans/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: trans -# Version required: 1.20 # Date created: 6 May 1996 # Whom: ache # # $FreeBSD$ # -DISTNAME= trans120 -PKGNAME= trans-1.20 -CATEGORIES= converters russian -MASTER_SITES= http://www.kostis.net/freeware/ +PORTNAME= trans +PORTVERSION= 1.20 +CATEGORIES= converters russian +MASTER_SITES= http://www.kostis.net/freeware/ +DISTNAME= trans120 -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org -LIBDIR= ${PREFIX}/lib/trans -ALL= transhtm transiso transce8 transtab checkiso checkuni +LIBDIR= ${PREFIX}/lib/trans +ALL= transhtm transiso transce8 transtab checkiso checkuni do-install: cd ${WRKSRC}/src && $(INSTALL_PROGRAM) $(ALL) ${PREFIX}/bin |