mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- remove conditional no longer required per staging
- remove now useless inclusion of bpom
This commit is contained in:
parent
f50b3301f9
commit
b6ca2de054
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333186
1 changed files with 0 additions and 5 deletions
|
@ -26,17 +26,12 @@ GH_COMMIT= ${GH_TAGNAME}
|
|||
PLIST_FILES= bin/screenFetch bin/screenfetch
|
||||
PORTDOCS= CHANGELOG README.mkdn TODO
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME:L}-dev ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
${LN} -fs ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/screenfetch
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for file in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue