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

Stage support

This commit is contained in:
Antoine Brodin 2014-01-22 22:13:48 +00:00
parent 064813d0be
commit 0e2ad5b60c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340740

View File

@ -18,7 +18,6 @@ ALL_TARGET= intergif
PLIST_FILES= bin/intergif
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|=.*cc|= $$(CC)| ; \
@ -27,6 +26,6 @@ post-patch:
s|@$$(cc)|$$(cc)|' ${WRKSRC}/src/makefile.ix
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} intergif ${PREFIX}/bin)
${INSTALL_PROGRAM} ${WRKSRC}/intergif ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>