aboutsummaryrefslogtreecommitdiff
path: root/emulators/hfs/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:19:40 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:19:40 +0000
commitd23a79568090d280bf3beb199bb97f0572234984 (patch)
tree8af4f4b16bdda8a7b54ff123a7cfe5fcc38c203c /emulators/hfs/Makefile
parentb72f3823ec582474b4ab98fe3c46fecea0d4ddab (diff)
downloadports-d23a79568090d280bf3beb199bb97f0572234984.tar.gz
ports-d23a79568090d280bf3beb199bb97f0572234984.zip
Notes
Diffstat (limited to 'emulators/hfs/Makefile')
-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>