aboutsummaryrefslogtreecommitdiff
path: root/x11/gmrun
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2012-08-03 15:34:45 +0000
committerRenato Botelho <garga@FreeBSD.org>2012-08-03 15:34:45 +0000
commit90d97bb7c0b335bf482b1243aaab6676246ab4ea (patch)
tree840e8379f841715c5db9a647458ff49f7766d803 /x11/gmrun
parent3699fb2fba0a69c608a43ba48f60a0bf905f0f1c (diff)
downloadports-90d97bb7c0b335bf482b1243aaab6676246ab4ea.tar.gz
ports-90d97bb7c0b335bf482b1243aaab6676246ab4ea.zip
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports
Notes
Notes: svn path=/head/; revision=301957
Diffstat (limited to 'x11/gmrun')
-rw-r--r--x11/gmrun/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile
index 554b8626208a..96cec3ec6a11 100644
--- a/x11/gmrun/Makefile
+++ b/x11/gmrun/Makefile
@@ -16,6 +16,9 @@ COMMENT= A customizable program to run programs, with tab-completion
LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
+OPTIONS_DEFINE= DOCS
+OPTIONS_DEFAULT=DOCS
+
USE_GNOME= gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -40,7 +43,7 @@ post-patch:
.endif
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif