aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-03-20 00:41:36 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-03-20 00:41:36 +0000
commitf40015d00d84b1ba000428d70594b3ce4492c560 (patch)
tree8862b1431199aba5a3974bccb620a1cbf6a65db8 /Mk
parent039e03bdf105ba34065e9f108a213a4e2aa968d1 (diff)
downloadports-f40015d00d84b1ba000428d70594b3ce4492c560.tar.gz
ports-f40015d00d84b1ba000428d70594b3ce4492c560.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 2741fca4116a..c03c5e7c65e7 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.116 1995/03/03 07:42:10 jkh Exp $
+# $Id: bsd.port.mk,v 1.117 1995/03/19 12:49:06 ats Exp $
#
# Please view me with 4 column tabs!
@@ -259,6 +259,8 @@ pre-configure:
@${DO_NADA}
configure:
@${DO_NADA}
+package:
+ @${DO_NADA}
.endif
.if !target(all)