aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-04 23:50:43 +0800
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-04 23:50:43 +0800
commitb0b4e69f25441c63d12cba2a93ca4f2abeba4108 (patch)
tree52c8f9ea4c66522819e3b5776f93c5b5de47c2b9 /Mk
parente081113081a0d936dd7a55f2102dbf7006d8f7ca (diff)
downloadfreebsd-ports-gnome-b0b4e69f25441c63d12cba2a93ca4f2abeba4108.tar.gz
freebsd-ports-gnome-b0b4e69f25441c63d12cba2a93ca4f2abeba4108.tar.zst
freebsd-ports-gnome-b0b4e69f25441c63d12cba2a93ca4f2abeba4108.zip
Add an install prefix for packages, so that they're built by default
to track ${PREFIX} (this will override the PLIST prefix).
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index d1c66861aee3..2769eac76a53 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.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