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/emacs | |
parent | cb76cb1747aa7a0ed9e7dc45af334843a627f45e (diff) | |
download | ports-f564bbdca87b1852a25582990b688a6fdaea8159.tar.gz ports-f564bbdca87b1852a25582990b688a6fdaea8159.zip |
Notes
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 4 |
1 files changed, 4 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> |