diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-09-27 06:16:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-09-27 06:16:36 +0000 |
commit | f564bbdca87b1852a25582990b688a6fdaea8159 (patch) | |
tree | 3fef63418a8442b7f9911e3fe3b78115beca13a3 /editors | |
parent | Update 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)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 52bd8e2524a0..483a2cbb1a1a 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/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> 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> diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 52bd8e2524a0..483a2cbb1a1a 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/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> |