svn commit: r332325 - head/x11/gmrun
Renato Botelho
garga at FreeBSD.org
Thu Oct 31 23:51:33 UTC 2013
Author: garga
Date: Thu Oct 31 23:51:32 2013
New Revision: 332325
URL: http://svnweb.freebsd.org/changeset/ports/332325
Log:
. Support STAGE
. Simplify Makefile
Modified:
head/x11/gmrun/Makefile
Modified: head/x11/gmrun/Makefile
==============================================================================
--- head/x11/gmrun/Makefile Thu Oct 31 23:50:58 2013 (r332324)
+++ head/x11/gmrun/Makefile Thu Oct 31 23:51:32 2013 (r332325)
@@ -25,7 +25,6 @@ PORTDOCS= README
PLIST_FILES= bin/gmrun %%DATADIR%%/gmrunrc
PLIST_DIRS= %%DATADIR%%
-NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:
@@ -38,9 +37,7 @@ post-patch:
.endif
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list