mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Support staging
This commit is contained in:
parent
f1b421c452
commit
7c8a6e67b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346457
@ -18,7 +18,6 @@ PLIST_FILES= bin/arprelease
|
||||
|
||||
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
(cd ${WRKSRC} && \
|
||||
${CC} ${CFLAGS} `${LIBNET_CONFIG} --defines` \
|
||||
@ -26,6 +25,6 @@ do-build:
|
||||
`${LIBNET_CONFIG} --libs`)
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/arprelease ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/arprelease ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user