aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-12 08:44:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-12 08:44:12 +0000
commit8ea273f0e9e4b1232661ac66a07b0a0dcc41f11d (patch)
treed9d832cc203bcf8078ae7078fe5b98bef3b0e963 /Mk
parent868b705dbf3c5fc811c137a9636d6575b159226f (diff)
downloadports-8ea273f0e9e4b1232661ac66a07b0a0dcc41f11d.tar.gz
ports-8ea273f0e9e4b1232661ac66a07b0a0dcc41f11d.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 6fa0a2826e7a..03c833171595 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.158 1995/05/12 07:32:59 asami Exp $
+# $Id: bsd.port.mk,v 1.159 1995/05/12 07:43:48 asami Exp $
#
# Please view me with 4 column tabs!
@@ -380,11 +380,11 @@ build: configure
@${TOUCH} ${TOUCH_FLAGS} ${BUILD_COOKIE}
.endif
.if defined(NO_PACKAGE) && !target(package)
-package: install
+package:
@${DO_NADA}
.endif
.if defined(NO_PACKAGE) && !target(repackage)
-repackage: install
+repackage:
@${DO_NADA}
.endif
.if defined(NO_INSTALL) && !target(install)