Simplify do-install target

This commit is contained in:
Baptiste Daroussin 2015-01-19 20:26:20 +00:00
parent e063e62eba
commit b2c5633e2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377468

View File

@ -21,10 +21,7 @@ USE_MYSQL= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${CP} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.sh \
${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.sh \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${CHMOD} 755 ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@${ECHO_CMD} '@exec ${CHMOD} 755 ${PREFIX}/bin/${PORTNAME}' \
>> ${TMPPLIST}
.include <bsd.port.mk>