Support staging.
This commit is contained in:
parent
c24bbd3e67
commit
00b874475a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334878
1 changed files with 1 additions and 2 deletions
|
@ -15,11 +15,10 @@ NO_WRKSUBDIR= Yes
|
|||
|
||||
PLIST_FILES= bin/dns_mre
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${CC} ${CFLAGS} -Wall main.c dns_mre.c -o dns_mre
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/dns_mre ${PREFIX}/bin/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/dns_mre ${STAGEDIR}${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue