diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2017-02-08 15:45:16 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-02-08 15:45:16 +0800 |
commit | 8c10568a8bad15bd4e148e5298d61c75faa3c30d (patch) | |
tree | 8ec8a8ad03e47a7286399402357b1c326bf89c9d /net/ladvd | |
parent | ccabcd384d766804d3ce54b6a7ae1d257ce0fc11 (diff) | |
parent | 39324c127c7b2461bbbbbb06c5dd94442e997b46 (diff) | |
download | freebsd-ports-gnome-mate-1.16.tar.gz freebsd-ports-gnome-mate-1.16.tar.zst freebsd-ports-gnome-mate-1.16.zip |
Merge branch 'master' into mate-1.16mate-1.16
Diffstat (limited to 'net/ladvd')
-rw-r--r-- | net/ladvd/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/ladvd/Makefile b/net/ladvd/Makefile index 62cc727723a9..94330e566b39 100644 --- a/net/ladvd/Makefile +++ b/net/ladvd/Makefile @@ -4,6 +4,7 @@ PORTNAME= ladvd PORTVERSION= 1.1.0 DISTVERSIONPREFIX=v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= sten@blinkenlights.nl @@ -34,13 +35,7 @@ PLIST_FILES= man/man8/ladvd.8.gz \ OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${OSVERSION} < 1000000 -CFLAGS_amd64= -fPIC -.endif - post-patch: - ${REINPLACE_CMD} -e 's|LICENSE||' ${WRKSRC}/doc/Makefile.am + @${REINPLACE_CMD} -e 's|LICENSE||' ${WRKSRC}/doc/Makefile.am .include <bsd.port.mk> |