diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
commit | b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d (patch) | |
tree | 5385aaba8d145f303a49f4d03b2ae3374f09932a /emulators/hfs | |
parent | 5e49915a14d6e0074778dbb432dd40bbd9120b02 (diff) | |
download | ports-b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d.tar.gz ports-b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d.zip |
Notes
Diffstat (limited to 'emulators/hfs')
-rw-r--r-- | emulators/hfs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile index cdeebe9e7055..a57bb3398f5c 100644 --- a/emulators/hfs/Makefile +++ b/emulators/hfs/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: hfs -# Version required: 0.37 # Date created: 17 November 1994 # Whom: jmz # # $FreeBSD$ # -DISTNAME= hfs0_37 -PKGNAME= hfs-0.37 +PORTNAME= hfs +PORTVERSION= 0.37 CATEGORIES= emulators MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ +DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} MAINTAINER= jmz@FreeBSD.org |