diff options
Diffstat (limited to 'emulators/vpce/Makefile')
-rw-r--r-- | emulators/vpce/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/vpce/Makefile b/emulators/vpce/Makefile index d4b1f912f22c..4f8b74d9b07a 100644 --- a/emulators/vpce/Makefile +++ b/emulators/vpce/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: vpce -# Version required: 0.3f # Date created: 20 August 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= vpce03f_freebsd -PKGNAME= vpce-0.3f +PORTNAME= vpce +PORTVERSION= 0.3f CATEGORIES= emulators MASTER_SITES= http://www.fortunecity.com/roswell/vanthal/10/ +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}_freebsd EXTRACT_SUFX= .tgz MAINTAINER= nakai@FreeBSD.org |