From 30632e47b68f37214d56a29dd277da5bbe0a66ce Mon Sep 17 00:00:00 2001 From: antoine Date: Thu, 26 Jun 2014 13:51:14 +0000 Subject: Allow to build with texinfo from ports With hat: portmgr --- editors/emacs22/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'editors') 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 -- cgit