summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-10-04 15:50:43 +0000
committerjkh <jkh@FreeBSD.org>1994-10-04 15:50:43 +0000
commit3276b6c85eb205e6945296067f9c050d848c1a1b (patch)
tree40d41b9a57108b5c9902c416f3ae771d09a7f7a8
parente736ac30ac11e01ecc949c183b48243714b79630 (diff)
downloadFreeBSD-src-3276b6c85eb205e6945296067f9c050d848c1a1b.zip
FreeBSD-src-3276b6c85eb205e6945296067f9c050d848c1a1b.tar.gz
Add an install prefix for packages, so that they're built by default
to track ${PREFIX} (this will override the PLIST prefix).
-rw-r--r--share/mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index d1c6686..2769eac 100644
--- a/share/mk/bsd.port.mk
+++ b/share/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.46 1994/10/04 15:44:03 jkh Exp $
+# $Id: bsd.port.mk,v 1.47 1994/10/04 15:48:21 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -128,7 +128,7 @@ EXTRACT_SUFX?= .tar.gz
EXTRACT_ARGS?= -C ${WRKDIR} -xzf
PKG_CMD?= pkg_create
-PKG_ARGS?= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST
+PKG_ARGS?= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST -p ${PREFIX}
PKG_SUFX?= .tgz
# I guess we're in the master distribution business! :) As we gain mirror
OpenPOWER on IntegriCloud