1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support staging

This commit is contained in:
Baptiste Daroussin 2013-11-24 19:27:20 +00:00
parent eba7c3ec41
commit afa7205c43
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334774

View File

@ -13,7 +13,6 @@ COMMENT= Identify audio cd in your drive
WRKSRC= ${WRKDIR}/freebsd
NO_STAGE= yes
PLIST_FILES= bin/discid
post-patch:
@ -23,6 +22,6 @@ do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin
cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>