summaryrefslogtreecommitdiff
path: root/editors/apel/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-26 18:26:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-26 18:26:14 +0000
commitf3ace4251bf81537fd95588af145d9d6d6e40008 (patch)
tree6b4799b0cf7b3d20af9184999a4aa0c2ebcba9ce /editors/apel/Makefile
parent- Switch to options helpers (diff)
- Switch to options helpers
- While here, add some NO_ARCHes Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=395389
Diffstat (limited to 'editors/apel/Makefile')
-rw-r--r--editors/apel/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile
index 76f98b54b74f..09179937c33e 100644
--- a/editors/apel/Makefile
+++ b/editors/apel/Makefile
@@ -42,13 +42,11 @@ PLIST_SUB+= EMACS23="" NOEMACS23="@comment "
PLIST_SUB+= EMACS23="@comment " NOEMACS23=""
.endif
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@(cd ${WRKSRC} ; \
for i in ChangeLog README.* ; do \
${INSTALL_DATA} $${i} ${STAGEDIR}${DOCSDIR} ; \
done)
-.endif
.include <bsd.port.post.mk>