diff options
Diffstat (limited to 'net/arping/Makefile')
-rw-r--r-- | net/arping/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/arping/Makefile b/net/arping/Makefile index d2d9a45ee9b2..0b8c6486b374 100644 --- a/net/arping/Makefile +++ b/net/arping/Makefile @@ -1,6 +1,5 @@ PORTNAME= arping -DISTVERSION= 2.24 -PORTREVISION= 1 +DISTVERSION= 2.25 CATEGORIES= net MASTER_SITES= http://www.habets.pp.se/synscan/files/ @@ -14,10 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libnet.so:net/libnet USES= localbase -USE_CSTD= c99 + GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -PLIST_FILES= include/arping.h sbin/arping share/man/man8/arping.8.gz +PLIST_FILES= include/arping.h \ + sbin/arping \ + share/man/man8/arping.8.gz .include <bsd.port.mk> |