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

- Stage support

This commit is contained in:
Martin Wilke 2014-02-26 07:38:02 +00:00
parent 8b6aa7976d
commit a189e85bc9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346132

View File

@ -14,13 +14,12 @@ USE_ZIP= yes
NO_WRKSUBDIR= yes
PLIST_FILES= bin/xporthdmv
NO_STAGE= yes
do-build:
cd ${WRKSRC} \
&& ${CC} ${CFLAGS} xport.c -o xporthdmv
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xporthdmv ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/xporthdmv ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>