diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-06 06:06:00 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-06 06:06:00 +0000 |
commit | 1f71e083397abbc42817c28242f6b431e2001380 (patch) | |
tree | 9ffb5264a279838b27e5c7d34b82d38ee70a9c85 /net/netselect | |
parent | f285ea8d7bfd5ad4edf1d51bf38bcc19560d5f43 (diff) |
Notes
Diffstat (limited to 'net/netselect')
-rw-r--r-- | net/netselect/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/netselect/Makefile b/net/netselect/Makefile index 4de902ff689d..b34847d0bb38 100644 --- a/net/netselect/Makefile +++ b/net/netselect/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://apenwarr.ca/netselect/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Ultrafast implementation of ping -LICENSE= BSD +LICENSE= BSD3CLAUSE OPTIONS_DEFINE= SUID SUID_DESC= Install with the sticky bit (mode 4110) @@ -19,7 +19,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSUID} @@ -32,6 +31,6 @@ do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |