aboutsummaryrefslogtreecommitdiff
path: root/x11/gmrun/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gmrun/Makefile')
-rw-r--r--x11/gmrun/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile
index ce7bc1d63941..6de5a33fc937 100644
--- a/x11/gmrun/Makefile
+++ b/x11/gmrun/Makefile
@@ -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>