mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Convert to staging
This commit is contained in:
parent
31be9cfa5c
commit
8a33f3f9aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328635
@ -12,13 +12,12 @@ LICENSE= BSD
|
||||
|
||||
PLIST_FILES= bin/delta bin/multidelta bin/topformflat
|
||||
|
||||
USES= gmake
|
||||
USES= gmake
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
.for file in delta multidelta
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin
|
||||
.endfor
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/topformflat ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/topformflat ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user