aboutsummaryrefslogtreecommitdiff
path: root/net/httping
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 13:50:35 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 13:50:35 +0000
commitf38b64d9e639771b0291e52b3192f7438ca80f43 (patch)
treed00a4589f831b32dfa61287bef7cac285ec794ea /net/httping
parent3095946235187ecda15db0856efbadb1467cbe93 (diff)
downloadports-f38b64d9e639771b0291e52b3192f7438ca80f43.tar.gz
ports-f38b64d9e639771b0291e52b3192f7438ca80f43.zip
Notes
Diffstat (limited to 'net/httping')
-rw-r--r--net/httping/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile
index f3db025de8ba..b16e1ba1dc77 100644
--- a/net/httping/Makefile
+++ b/net/httping/Makefile
@@ -13,15 +13,12 @@ COMMENT= Ping-like tool for HTTP requests
USES= gmake gettext
-MAN1= httping.1
-PLIST_FILES= bin/httping
+PLIST_FILES= bin/httping man/man1/httping.1.gz
OPTIONS_DEFINE= NCURSES FFTW SSL
OPTIONS_DEFAULT=NCURSES SSL
-NO_STAGE= yes
-
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNCURSES}
@@ -46,7 +43,7 @@ MAKE_ENV+= SSL=no
.endif
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>