mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
- convert to staging
This commit is contained in:
parent
d7089e4d00
commit
ec7e7c7a4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328557
1 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,6 @@ OPTIONS_DEFAULT= REUSEADDR
|
|||
REUSEADDR_DESC= Reuse the listening socket address
|
||||
NOFORK_DESC= Do not fork and background
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MREUSEADDR}
|
||||
|
@ -34,6 +33,6 @@ do-build:
|
|||
${CC} ${CFLAGS} -o ${WRKDIR}/${DISTNAME}/datapipe ${WRKDIR}/${DISTNAME}/datapipe.c
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/datapipe ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/datapipe ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue