mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Simplify delta port by not using a for loop
This commit is contained in:
parent
0ac579ec98
commit
0f7beca75e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332274
1 changed files with 2 additions and 3 deletions
|
@ -15,9 +15,8 @@ PLIST_FILES= bin/delta bin/multidelta bin/topformflat
|
||||||
USES= gmake
|
USES= gmake
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
.for file in delta multidelta
|
${INSTALL_SCRIPT} ${WRKSRC}/delta ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_SCRIPT} ${WRKSRC}/multidelta ${STAGEDIR}${PREFIX}/bin
|
||||||
.endfor
|
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/topformflat ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/topformflat ${STAGEDIR}${PREFIX}/bin
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue