mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stage support
This commit is contained in:
parent
5388614609
commit
f46b217ce3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342277
@ -22,14 +22,10 @@ USE_GNOME= gtk20
|
||||
PLIST_FILES= libexec/gkrellm2/plugins/reminder.so
|
||||
PORTDOCS= README
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/reminder.so ${PREFIX}/libexec/gkrellm2/plugins/
|
||||
|
||||
post-install:
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/reminder.so ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user