diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-04 23:50:43 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-04 23:50:43 +0800 |
commit | c095f4e0821c9ffa6a85595460598aebc14eeb03 (patch) | |
tree | 402d34c34c6103fe52519bf4deb2d0738dbadca9 /Mk/bsd.port.mk | |
parent | 091a344d359b8b85543cfa6e583e1e7e4eeb1c1d (diff) | |
download | freebsd-ports-gnome-c095f4e0821c9ffa6a85595460598aebc14eeb03.tar.gz freebsd-ports-gnome-c095f4e0821c9ffa6a85595460598aebc14eeb03.tar.zst freebsd-ports-gnome-c095f4e0821c9ffa6a85595460598aebc14eeb03.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/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
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 |