diff options
Diffstat (limited to 'emulators/tkhfs/Makefile')
-rw-r--r-- | emulators/tkhfs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile index 8e64209d3f35..b5f58365cfbc 100644 --- a/emulators/tkhfs/Makefile +++ b/emulators/tkhfs/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: tkhfs -# Version required: 1.27 # Date created: 17 November 1994 # Whom: jmz # # $FreeBSD$ # -DISTNAME= tkhfs -PKGNAME= tkhfs-1.27 +PORTNAME= tkhfs +PORTVERSION= 1.27 CATEGORIES= emulators tk82 MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ +DISTNAME= ${PORTNAME} MAINTAINER= jmz@FreeBSD.org |