1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-28 08:29:20 +00:00
parent f1b421c452
commit 7c8a6e67b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346457

View File

@ -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>