git: 23a9467afdd2 - main - net/arp-scan: Clean up Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:34:03 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=23a9467afdd26c81882083623d344a7564c9e46f commit 23a9467afdd26c81882083623d344a7564c9e46f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:13:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:29:49 +0000 net/arp-scan: Clean up Makefile --- net/arp-scan/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/net/arp-scan/Makefile b/net/arp-scan/Makefile index c4f7c06e0764..1e8b33c6b639 100644 --- a/net/arp-scan/Makefile +++ b/net/arp-scan/Makefile @@ -17,7 +17,4 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= royhills -x-post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/get-iab - .include <bsd.port.mk>