aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gkrellm-reminder2
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-02 12:13:06 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-02 12:13:06 +0000
commitf46b217ce3efc2f3bbb50479626db20981115ab8 (patch)
tree12baf3f3d3b205075ad31155eb48ec7bb9698106 /deskutils/gkrellm-reminder2
parent538861460952f731a4ed9a3ac5e3a245e03bff1f (diff)
downloadports-f46b217ce3efc2f3bbb50479626db20981115ab8.tar.gz
ports-f46b217ce3efc2f3bbb50479626db20981115ab8.zip
Notes
Diffstat (limited to 'deskutils/gkrellm-reminder2')
-rw-r--r--deskutils/gkrellm-reminder2/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/deskutils/gkrellm-reminder2/Makefile b/deskutils/gkrellm-reminder2/Makefile
index b975a4248331..4bce78d5e211 100644
--- a/deskutils/gkrellm-reminder2/Makefile
+++ b/deskutils/gkrellm-reminder2/Makefile
@@ -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>