svn commit: r462784 - head/lang/fpc

Antoine Brodin antoine at FreeBSD.org
Sat Feb 24 09:36:54 UTC 2018


Author: antoine
Date: Sat Feb 24 09:36:53 2018
New Revision: 462784
URL: https://svnweb.freebsd.org/changeset/ports/462784

Log:
  Do not override PLIST_SUB set by the framework
  
  Reported by:	pkg-fallout (via fpc-symbolic)

Modified:
  head/lang/fpc/Makefile

Modified: head/lang/fpc/Makefile
==============================================================================
--- head/lang/fpc/Makefile	Sat Feb 24 09:28:28 2018	(r462783)
+++ head/lang/fpc/Makefile	Sat Feb 24 09:36:53 2018	(r462784)
@@ -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
 


More information about the svn-ports-head mailing list