diff options
author | pav <pav@FreeBSD.org> | 2007-09-27 14:16:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-09-27 14:16:36 +0800 |
commit | d01ae9243ff5a789239926a205638f95416a559d (patch) | |
tree | 39f0dcb84aec4a9a71abe571c06382bcbfc80281 /editors | |
parent | de48b56a16bbe91762648d0518e02f3fa0ea96af (diff) | |
download | freebsd-ports-gnome-d01ae9243ff5a789239926a205638f95416a559d.tar.gz freebsd-ports-gnome-d01ae9243ff5a789239926a205638f95416a559d.tar.zst freebsd-ports-gnome-d01ae9243ff5a789239926a205638f95416a559d.zip |
- 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> |