1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2013-12-27 09:58:03 +00:00
parent 288c4623f6
commit 7ca417ab99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337675

View File

@ -14,7 +14,6 @@ COMMENT= Nnap is a lightweight NNTP authentication proxy
NO_WRKSUBDIR= yes
PLIST_FILES= sbin/nnap
NO_STAGE= yes
do-extract:
@${MKDIR} ${WRKDIR}
@${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
@ -23,6 +22,6 @@ do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${DISTNAME}.c)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>