summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/cpmtools/Makefile5
-rw-r--r--emulators/vmsbackup/Makefile3
2 files changed, 2 insertions, 6 deletions
diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile
index eb14a98c5754..b1f56cbb5253 100644
--- a/emulators/cpmtools/Makefile
+++ b/emulators/cpmtools/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 December 1994
# Whom: joerg
#
-# $Id: Makefile,v 1.4 1995/04/16 05:19:27 asami Exp $
+# $Id: Makefile,v 1.5 1995/04/17 07:54:44 joerg Exp $
#
DISTNAME= cpm-1.1
@@ -15,8 +15,7 @@ WRKSRC= ${WRKDIR}/cpm
#
# need our own build target to pass PREFIX down to the make command
#
-build: configure
- @echo "===> Building for ${DISTNAME}"
+do-build:
@(cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} all)
diff --git a/emulators/vmsbackup/Makefile b/emulators/vmsbackup/Makefile
index 91890d2f2c84..17486e6011fb 100644
--- a/emulators/vmsbackup/Makefile
+++ b/emulators/vmsbackup/Makefile
@@ -16,7 +16,4 @@ MAINTAINER= jmb@FreeBSD.org
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 -f
-pre-install:
- @mkdir -p ${PREFIX}/bin ${PREFIX}/man/man1
-
.include <bsd.port.mk>