mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support staging
maintainer timeout PR: ports/183190 Submitted by: mat
This commit is contained in:
parent
56df0506f2
commit
d60e670699
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332974
@ -21,16 +21,13 @@ EXTRACT_CMD= ${CP}
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= .
|
||||
|
||||
NOMAN= defined
|
||||
PLIST_FILES= sbin/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
${CC} -o ${WRKSRC}/${PORTNAME} -lm \
|
||||
${WRKSRC}/${DISTFILES}
|
||||
|
||||
do-install:
|
||||
${INSTALL} ${COPY} ${STRIP} -o root -g wheel -m 04555 \
|
||||
${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user