aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-22 03:46:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-22 03:46:11 +0000
commite7ec7ac22c852a64b7d68a9954923ca35101559b (patch)
tree9c787b57aff21da29809ac269e3e00696ecf8f26 /x11-themes
parent166993665154e7989a7f5fdbec8116da3062665e (diff)
downloadports-e7ec7ac22c852a64b7d68a9954923ca35101559b.tar.gz
ports-e7ec7ac22c852a64b7d68a9954923ca35101559b.zip
- Switch to options helpers
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=397527
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-equinox-engine/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-themes/gtk-equinox-engine/Makefile b/x11-themes/gtk-equinox-engine/Makefile
index a3bd7011bd82..0cd74dc8700c 100644
--- a/x11-themes/gtk-equinox-engine/Makefile
+++ b/x11-themes/gtk-equinox-engine/Makefile
@@ -38,8 +38,6 @@ OPTIONS_DEFAULT= ANIMATION
ANIMATION_DESC= Enable animation support
ANIMATION_CONFIGURE_ENABLE= animation
-.include <bsd.port.options.mk>
-
post-patch:
@${FIND} ${WRKDIR} -name 'gtkrc' -exec \
${REINPLACE_CMD} -e 's!^include "apps/nautilus\.rc"!#&!' {} +
@@ -54,15 +52,15 @@ post-install:
.endfor
${FIND} ${STAGEDIR}${DATADIR} -type d -exec ${CHMOD} 755 {} +
${FIND} ${STAGEDIR}${DATADIR} -type f -exec ${CHMOD} ${SHAREMODE} {} +
-.if ${PORT_OPTIONS:MEXAMPLES}
+
+post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
.for i in ${EXAMPLES}
${INSTALL_DATA} ${WRKDIR}/$i ${STAGEDIR}${EXAMPLESDIR}
.endfor
-.endif
-.if ${PORT_OPTIONS:MDOCS}
+
+post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>