mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stage support
This commit is contained in:
parent
71ed666f6c
commit
597b66667b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342042
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user