From c095f4e0821c9ffa6a85595460598aebc14eeb03 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 4 Oct 1994 15:50:43 +0000 Subject: Add an install prefix for packages, so that they're built by default to track ${PREFIX} (this will override the PLIST prefix). --- Mk/bsd.port.mk | 4 ++-- 1 file 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 -- cgit