diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-09 23:00:56 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-09 23:00:56 +0800 |
commit | 92e7eda2fc794d3133888d9dc6613fe560761c3f (patch) | |
tree | 3f9fcdbe9ffdec3af6f5c86057490800ac1ae3fc | |
parent | 88359f6e5d5455dc8d7ff870b12c1c9cdba154c4 (diff) | |
download | freebsd-ports-gnome-92e7eda2fc794d3133888d9dc6613fe560761c3f.tar.gz freebsd-ports-gnome-92e7eda2fc794d3133888d9dc6613fe560761c3f.tar.zst freebsd-ports-gnome-92e7eda2fc794d3133888d9dc6613fe560761c3f.zip |
Add new -P argument to pkg_create.
-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 dba6fdd290e7..f1413be64b78 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.134 1995/04/09 10:24:09 jkh Exp $ +# $Id: bsd.port.mk,v 1.135 1995/04/09 12:27:58 jkh Exp $ # # Please view me with 4 column tabs! @@ -226,7 +226,7 @@ EXTRACT_BEFORE_ARGS?= -xzf PKG_CMD?= pkg_create .if !defined(PKG_ARGS) -PKG_ARGS= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST -p ${PREFIX} +PKG_ARGS= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST -p ${PREFIX} -P "`${MAKE} package-depends`" .if exists(${PKGDIR}/INSTALL) PKG_ARGS+= -i ${PKGDIR}/INSTALL .endif |