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

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-08 22:18:16 +00:00
parent 11fd726a0c
commit 7ad0a133af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343403

View File

@ -21,12 +21,11 @@ SHEBANG_FILES= xmldiff.pl
PLIST_FILES= bin/xmldiff
NO_STAGE= yes
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} -f ${_DISTDIR}/${_DISTFILES} ${WRKSRC}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/xmldiff.pl ${PREFIX}/bin/xmldiff
${INSTALL_SCRIPT} ${WRKSRC}/xmldiff.pl ${STAGEDIR}${PREFIX}/bin/xmldiff
.include <bsd.port.mk>