aboutsummaryrefslogtreecommitdiff
path: root/lang/fpc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-02-24 09:36:53 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-02-24 09:36:53 +0000
commit5e1792771189232136a78284b1ef86601365ab6d (patch)
treea5197d64ee27da86b139d8da7d42a64d109ee05a /lang/fpc
parent9b43f37b9481da89bac25076fc9a881ee7afbcd6 (diff)
downloadports-5e1792771189232136a78284b1ef86601365ab6d.tar.gz
ports-5e1792771189232136a78284b1ef86601365ab6d.zip
Do not override PLIST_SUB set by the framework
Reported by: pkg-fallout (via fpc-symbolic)
Notes
Notes: svn path=/head/; revision=462784
Diffstat (limited to 'lang/fpc')
-rw-r--r--lang/fpc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile
index 6ae4deea2375..060c251226b2 100644
--- a/lang/fpc/Makefile
+++ b/lang/fpc/Makefile
@@ -36,12 +36,12 @@ FPCSRCDIR= ${PORTNAME}-${PORTVERSION}
.if ${ARCH} == "i386"
PPNAME= ppc386
FPC_ARCH= i386
-PLIST_SUB= FPC_I386="" \
+PLIST_SUB+= FPC_I386="" \
FPC_AMD64="@comment "
.elif ${ARCH} == "amd64"
PPNAME= ppcx64
FPC_ARCH= x86_64
-PLIST_SUB= FPC_I386="@comment " \
+PLIST_SUB+= FPC_I386="@comment " \
FPC_AMD64=""
.endif