aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-06-26 21:51:14 +0800
committerantoine <antoine@FreeBSD.org>2014-06-26 21:51:14 +0800
commit30632e47b68f37214d56a29dd277da5bbe0a66ce (patch)
tree0e297abb6db924311cbca86f62f5b1c2ba67d9f1 /editors
parent1b9686c955abc62158298a59e17fbb6182cfbc6c (diff)
downloadfreebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.tar.gz
freebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.tar.zst
freebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.zip
Allow to build with texinfo from ports
With hat: portmgr
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>