diff options
author | Renato Botelho <garga@FreeBSD.org> | 2012-08-03 23:34:45 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2012-08-03 23:34:45 +0800 |
commit | 90d97bb7c0b335bf482b1243aaab6676246ab4ea (patch) | |
tree | 840e8379f841715c5db9a647458ff49f7766d803 /x11 | |
parent | 3699fb2fba0a69c608a43ba48f60a0bf905f0f1c (diff) | |
download | freebsd-ports-gnome-90d97bb7c0b335bf482b1243aaab6676246ab4ea.tar.gz freebsd-ports-gnome-90d97bb7c0b335bf482b1243aaab6676246ab4ea.tar.zst freebsd-ports-gnome-90d97bb7c0b335bf482b1243aaab6676246ab4ea.zip |
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gmrun/Makefile | 5 |
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 |