summaryrefslogtreecommitdiff
path: root/editors/apel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/apel/Makefile')
-rw-r--r--editors/apel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile
index 3ed2da3d6f40..60ead16a76e9 100644
--- a/editors/apel/Makefile
+++ b/editors/apel/Makefile
@@ -14,9 +14,9 @@ LICENSE= GPLv2
USES= emacs
USE_GITHUB= yes
GH_ACCOUNT= wanderlust
-GH_TAGNAME= 414dc33
+GH_TAGNAME= 4e3269b
-SNAPDATE= 20200824
+SNAPDATE= 20201106
NO_ARCH= yes
ALL_TARGET= elc
@@ -29,7 +29,7 @@ OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@(cd ${WRKSRC} ; \
- for i in ChangeLog README.* ; do \
+ for i in README.* ; do \
${INSTALL_DATA} $${i} ${STAGEDIR}${DOCSDIR} ; \
done)