summaryrefslogtreecommitdiff
path: root/editors/emacs22
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-09-27 06:16:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-09-27 06:16:36 +0000
commitf564bbdca87b1852a25582990b688a6fdaea8159 (patch)
tree3fef63418a8442b7f9911e3fe3b78115beca13a3 /editors/emacs22
parentUpdate to 2.1.4 release. (diff)
- Kill packaged info files, they are splitted. We need to generate our own,
non-splitted, from texinfo. PR: ports/115209 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: maintainer timeout (keramida; 7 weeks)
Notes
Notes: svn path=/head/; revision=200161
Diffstat (limited to 'editors/emacs22')
-rw-r--r--editors/emacs22/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index 52bd8e2524a0..483a2cbb1a1a 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -7,6 +7,7 @@
PORTNAME= emacs
PORTVERSION= ${EMACS_VER}
+PORTREVISION= 1
CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -85,4 +86,7 @@ pre-everything::
@${ECHO_MSG} "====>"
.endif
+post-patch:
+ @${RM} -f ${WRKSRC}/info/*
+
.include <bsd.port.post.mk>