diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-11 01:55:52 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-11 01:55:52 +0800 |
commit | 56ab1aa11765823f65bb749d7b9d5b9494af8190 (patch) | |
tree | 2bd08dc7521dda22b20d0e5447e612a25b2e5f40 | |
parent | 6c53d236875bb356a04404c25fb0ff68509e65d4 (diff) | |
download | freebsd-ports-gnome-56ab1aa11765823f65bb749d7b9d5b9494af8190.tar.gz freebsd-ports-gnome-56ab1aa11765823f65bb749d7b9d5b9494af8190.tar.zst freebsd-ports-gnome-56ab1aa11765823f65bb749d7b9d5b9494af8190.zip |
Revert part of r376655 that is breaks freebsd ports
With hat: portmgr
-rw-r--r-- | lang/fpc/Makefile.units | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units index aabc2adc3123..458384a360d5 100644 --- a/lang/fpc/Makefile.units +++ b/lang/fpc/Makefile.units @@ -41,7 +41,7 @@ post-extract: post-patch: .if ${PKGNAMESUFFIX} == "-fpmkunit" - @${REINPLACE_CMD} -e 's|\[Linux\]|\[Linux,FreeBSD,DragonFly\]|g' \ + @${REINPLACE_CMD} -e 's|\[Linux\]|\[Linux,FreeBSD,NetBSD,OpenBSD\]|g' \ ${WRKDIR}/${WRKUNITDIR}/src/${PKGNAMESUFFIX:S/-//}.pp .endif .if ${PKGNAMESUFFIX} == "-fppkg" |