aboutsummaryrefslogtreecommitdiff
path: root/x11/swarp
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-02 00:08:39 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-02 00:08:39 +0000
commit9cb4466be7d6b3d9eecda807e12d50f4a22d28a1 (patch)
tree08713d3ecf837db0c7fba1770b6554006cd37a1a /x11/swarp
parenta792d2171bd5876b6e572666b8c3fc46c347052b (diff)
downloadports-9cb4466be7d6b3d9eecda807e12d50f4a22d28a1.tar.gz
ports-9cb4466be7d6b3d9eecda807e12d50f4a22d28a1.zip
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=395808
Diffstat (limited to 'x11/swarp')
-rw-r--r--x11/swarp/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/swarp/Makefile b/x11/swarp/Makefile
index f8c8c9e1b916..f1b856538814 100644
--- a/x11/swarp/Makefile
+++ b/x11/swarp/Makefile
@@ -24,15 +24,11 @@ PLIST_FILES= bin/swarp
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
post-patch:
@${ECHO_CMD} -n > ${WRKSRC}/config.mk
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>