diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-04 21:56:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-04 21:56:35 +0800 |
commit | ed03e15c54a04006856293af0bb9784b6bccf645 (patch) | |
tree | 7818064bfa156a2b5d7bce5406c14875f6488bea /net/hostapd | |
parent | 50dfec2ca79e181c3ffe1939256ace5417d179ac (diff) | |
download | freebsd-ports-gnome-ed03e15c54a04006856293af0bb9784b6bccf645.tar.gz freebsd-ports-gnome-ed03e15c54a04006856293af0bb9784b6bccf645.tar.zst freebsd-ports-gnome-ed03e15c54a04006856293af0bb9784b6bccf645.zip |
s/-script://
Diffstat (limited to 'net/hostapd')
-rw-r--r-- | net/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/hostapd/Makefile b/net/hostapd/Makefile index 54dbf2216852..7b1bfb56dfea 100644 --- a/net/hostapd/Makefile +++ b/net/hostapd/Makefile @@ -24,7 +24,7 @@ PLIST_FILES= sbin/hostapd sbin/hostapd_cli man/man1/hostapd_cli.1.gz \ BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif -post-patch-script: +post-patch: @${REINPLACE_CMD} -e 's|@$$(E) " CC " $$<|@$$(E) " $$(CC) " $$<|' \ ${BUILD_WRKSRC}/Makefile |