svn commit: r342277 - head/deskutils/gkrellm-reminder2

Antoine Brodin antoine at FreeBSD.org
Sun Feb 2 12:13:07 UTC 2014


Author: antoine
Date: Sun Feb  2 12:13:06 2014
New Revision: 342277
URL: http://svnweb.freebsd.org/changeset/ports/342277
QAT: https://qat.redports.org/buildarchive/r342277/

Log:
  Stage support

Modified:
  head/deskutils/gkrellm-reminder2/Makefile

Modified: head/deskutils/gkrellm-reminder2/Makefile
==============================================================================
--- head/deskutils/gkrellm-reminder2/Makefile	Sun Feb  2 12:09:20 2014	(r342276)
+++ head/deskutils/gkrellm-reminder2/Makefile	Sun Feb  2 12:13:06 2014	(r342277)
@@ -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>


More information about the svn-ports-all mailing list