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