Simplify do-install target
This commit is contained in:
parent
e063e62eba
commit
b2c5633e2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377468
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user