diff options
author | ashish <ashish@FreeBSD.org> | 2013-02-09 09:05:23 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2013-02-09 09:05:23 +0800 |
commit | c98478769a2596167a25225219db1c3ec43b2438 (patch) | |
tree | 1f05dadc3fedafdbc20d784076cd7a09ce19dd66 /editors | |
parent | f44e56a68c0dd7b8ded852563c1e39c9be858616 (diff) | |
download | freebsd-ports-gnome-c98478769a2596167a25225219db1c3ec43b2438.tar.gz freebsd-ports-gnome-c98478769a2596167a25225219db1c3ec43b2438.tar.zst freebsd-ports-gnome-c98478769a2596167a25225219db1c3ec43b2438.zip |
- Change the type of PORTREVISION variable assignment, to prevent
editors/emacs-nox11 port from being inconsistent.
Reported by: Steven Levin <steven.levin at moosellc.com>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 53398083a12b..e56e23031700 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} -PORTREVISION= 1 +PORTREVISION?= 1 PORTEPOCH= 3 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} |