Date: Sat, 24 Feb 2018 09:36:54 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462784 - head/lang/fpc Message-ID: <201802240936.w1O9asdj047993@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802240936.w1O9asdj047993>