aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-11-02 12:07:23 +0800
committerjbeich <jbeich@FreeBSD.org>2017-11-02 12:07:23 +0800
commita36f54bd53c9c56d04518908a0f2351a9f1c7a66 (patch)
tree416fabddd190b62c23fe631ef913d20de4d29421 /security
parentf5e72ebb332369cbe61dd716a9bc39dcb46c8759 (diff)
downloadfreebsd-ports-gnome-a36f54bd53c9c56d04518908a0f2351a9f1c7a66.tar.gz
freebsd-ports-gnome-a36f54bd53c9c56d04518908a0f2351a9f1c7a66.tar.zst
freebsd-ports-gnome-a36f54bd53c9c56d04518908a0f2351a9f1c7a66.zip
Don't try to look for PLIST under .OBJDIR
If MAKEOBJDIRPREFIX and WRKDIRPREFIX are same PLIST may point to a non-existing file under .OBJDIR without breaking build. $ export MAKEOBJDIRPREFIX=/tmp $ echo WRKDIRPREFIX=/tmp >>${__MAKE_CONF-/etc/make.conf} $ cd /usr/ports/print/harfbuzz-icu $ make clean patch $ make -V .OBJDIR /tmp/usr/ports/print/harfbuzz-icu $ make install $ pkg info -l harfbuzz-icu harfbuzz-icu-1.5.1_2: PR: 219008 Submitted by: Ilia Skalozubov (based on) Approved by: portmgr blanket
Diffstat (limited to 'security')
-rw-r--r--security/ossec-hids-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ossec-hids-client/Makefile b/security/ossec-hids-client/Makefile
index 945212dc5590..fe41b89a8412 100644
--- a/security/ossec-hids-client/Makefile
+++ b/security/ossec-hids-client/Makefile
@@ -8,6 +8,6 @@ CLIENT_ONLY= yes
MASTERDIR= ${.CURDIR}/../ossec-hids-server
-PLIST= pkg-plist.client
+PLIST= ${.CURDIR}/pkg-plist.client
.include "${MASTERDIR}/Makefile"