Stage support

This commit is contained in:
Antoine Brodin 2014-02-02 12:13:06 +00:00
parent 5388614609
commit f46b217ce3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342277

View file

@ -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>