aboutsummaryrefslogtreecommitdiff
path: root/x11/gmrun/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-10-31 23:51:32 +0000
committerRenato Botelho <garga@FreeBSD.org>2013-10-31 23:51:32 +0000
commitcf0740b6593160cfcc1072dcdb1c2de9fd4b43ff (patch)
tree52886bdd17bf3955ef1dedae56d2156b7a0d7a20 /x11/gmrun/Makefile
parenta4f9c53d06d052eb756eaba7055c92e292bca5c2 (diff)
downloadports-cf0740b6593160cfcc1072dcdb1c2de9fd4b43ff.tar.gz
ports-cf0740b6593160cfcc1072dcdb1c2de9fd4b43ff.zip
Notes
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>