mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add an install prefix for packages, so that they're built by default
to track ${PREFIX} (this will override the PLIST prefix).
This commit is contained in:
parent
0903bf364c
commit
997882fda7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3362
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||||
# This file is in the public domain.
|
# 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!
|
# Please view me with 4 column tabs!
|
||||||
|
|
||||||
|
@ -128,7 +128,7 @@ EXTRACT_SUFX?= .tar.gz
|
||||||
EXTRACT_ARGS?= -C ${WRKDIR} -xzf
|
EXTRACT_ARGS?= -C ${WRKDIR} -xzf
|
||||||
|
|
||||||
PKG_CMD?= pkg_create
|
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
|
PKG_SUFX?= .tgz
|
||||||
|
|
||||||
# I guess we're in the master distribution business! :) As we gain mirror
|
# I guess we're in the master distribution business! :) As we gain mirror
|
||||||
|
|
Loading…
Reference in a new issue