diff options
Diffstat (limited to 'emulators/hfs/Makefile')
-rw-r--r-- | emulators/hfs/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile deleted file mode 100644 index 463f1c7b9a87..000000000000 --- a/emulators/hfs/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: hfs -# Version required: 0.37 -# Date created: 17 November 1994 -# Whom: jmz -# -# $Id$ -# - -DISTNAME= hfs0_37 -PKGNAME= hfs-0.37 -CATEGORIES+= utilities -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 |