aboutsummaryrefslogtreecommitdiffstats
path: root/net/redir
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-01 01:09:15 +0800
committerantoine <antoine@FreeBSD.org>2014-02-01 01:09:15 +0800
commit0221ef8500813a3af6ba027712749d147648ce37 (patch)
treeb817e263bea7bc36c231c32ee04e8b9a30272ca7 /net/redir
parenta0880b75a574c203cf38f0e006e988453059f247 (diff)
downloadfreebsd-ports-gnome-0221ef8500813a3af6ba027712749d147648ce37.tar.gz
freebsd-ports-gnome-0221ef8500813a3af6ba027712749d147648ce37.tar.zst
freebsd-ports-gnome-0221ef8500813a3af6ba027712749d147648ce37.zip
Stage support
Diffstat (limited to 'net/redir')
-rw-r--r--net/redir/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/redir/Makefile b/net/redir/Makefile
index 312208bfb868..a094ec89bfa8 100644
--- a/net/redir/Makefile
+++ b/net/redir/Makefile
@@ -8,16 +8,14 @@ CATEGORIES= net
MASTER_SITES= http://sammy.net/~sammy/hacks/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A TCP connection redirection utility
+COMMENT= TCP connection redirection utility
USE_RC_SUBR= redir
-MAN1= redir.1
-PLIST_FILES= bin/redir
+PLIST_FILES= bin/redir man/man1/redir.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/redir ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/redir.man ${MANPREFIX}/man/man1/redir.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/redir ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/redir.man ${STAGEDIR}${MANPREFIX}/man/man1/redir.1
.include <bsd.port.mk>