aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/hfs
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-11-12 10:19:40 +0800
committerobrien <obrien@FreeBSD.org>1996-11-12 10:19:40 +0800
commit99df43bf1336afac77ff9926acf7893da84f2186 (patch)
tree9999e9819d03eba09ced920e326c13b87718436c /emulators/hfs
parent5c40e6d58c96aabdf311daa6728225174bf63001 (diff)
downloadfreebsd-ports-gnome-99df43bf1336afac77ff9926acf7893da84f2186.tar.gz
freebsd-ports-gnome-99df43bf1336afac77ff9926acf7893da84f2186.tar.zst
freebsd-ports-gnome-99df43bf1336afac77ff9926acf7893da84f2186.zip
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Diffstat (limited to 'emulators/hfs')
-rw-r--r--emulators/hfs/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile
index 752fdf6f94ef..beb1c9e85e7b 100644
--- a/emulators/hfs/Makefile
+++ b/emulators/hfs/Makefile
@@ -3,20 +3,20 @@
# Date created: 17 November 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.6 1995/07/13 01:13:13 asami Exp $
+# $Id: Makefile,v 1.7 1995/11/22 11:48:10 asami Exp $
#
DISTNAME= hfs0_37
PKGNAME= hfs-0.37
-CATEGORIES+= emulators
+CATEGORIES= emulators
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
MAINTAINER= jmz@FreeBSD.org
USE_GMAKE= yes
-.include <bsd.port.mk>
-
pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/man/man1
+ @${MKDIR} ${PREFIX}/bin
+ @${MKDIR} ${PREFIX}/man/man1
+
+.include <bsd.port.mk>