aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-06-26 13:51:14 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-06-26 13:51:14 +0000
commitaf7cc6136eea7b82d789f4a8304d4632d155721f (patch)
tree0e297abb6db924311cbca86f62f5b1c2ba67d9f1 /editors
parent0b8e7b7bf96ceca3e09afb45bcb5eca5212086e0 (diff)
downloadports-af7cc6136eea7b82d789f4a8304d4632d155721f.tar.gz
ports-af7cc6136eea7b82d789f4a8304d4632d155721f.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs22/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index 4cd6c9f6f158..94d08e42120e 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -3,7 +3,7 @@
PORTNAME= emacs
PORTVERSION= ${EMACS_VER}
-PORTREVISION= 6
+PORTREVISION= 7
PORTEPOCH= 1
CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
@@ -59,7 +59,7 @@ MAKE_ENV= LC_ALL=C
INFO= ada-mode autotype calc ccmode cl dired-x ebrowse ediff \
efaq eintr elisp emacs-mime emacs erc eshell eudc \
- flymake forms gnus idlwave info message mh-e newsticker \
+ flymake forms gnus idlwave message mh-e newsticker \
org pcl-cvs pgg rcirc reftex sc ses sieve smtpmail speedbar \
tramp url vip viper widget woman
@@ -84,4 +84,7 @@ pre-everything::
post-patch:
@${RM} -f ${WRKSRC}/info/*
+post-install:
+ @${RM} -f ${STAGEDIR}${PREFIX}/info/info*
+
.include <bsd.port.post.mk>