diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
commit | 7d5c65431aad0162dcd5aa917c5d1646dfb02c22 (patch) | |
tree | 70918f4cedb0a4f811642bffb1bcb275cecd393f /emulators/twin/Makefile | |
parent | b63050e9ed523e4a52ef681c03ecbdf827f2ad72 (diff) | |
download | FreeBSD-ports-7d5c65431aad0162dcd5aa917c5d1646dfb02c22.zip FreeBSD-ports-7d5c65431aad0162dcd5aa917c5d1646dfb02c22.tar.gz |
PORTNAME/VERSION stuff
Diffstat (limited to 'emulators/twin/Makefile')
-rw-r--r-- | emulators/twin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index b0a7401..6836069 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: Willows -# Version required: 1999.06.16 # Date created: 5 June 1999 # Whom: Pedro F. Giffuni # # $FreeBSD$ # -DISTNAME= twin-19991230 -PKGNAME= twin-1999.12.30 +PORTNAME= twin +PORTVERSION= 1999.12.30 CATEGORIES= emulators devel MASTER_SITES= ftp://ftp.willows.com/pub/development/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} MAINTAINER= giffunip@asme.org |