aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-03 07:13:00 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-03 07:13:00 +0000
commita4a09e07cab2ff86f660a3628ea22c99b3ad3251 (patch)
tree5b4e97602e93fd26cc1357d473012af73c4c47b0 /editors
parentf53379b1636c13eba19987247f6eca5917ad4c8e (diff)
downloadports-a4a09e07cab2ff86f660a3628ea22c99b3ad3251.tar.gz
ports-a4a09e07cab2ff86f660a3628ea22c99b3ad3251.zip
- fix version numbers going backwards for slave ports
Notes
Notes: svn path=/head/; revision=298052
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile2
-rw-r--r--editors/emacs23/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index d0abab27ad5d..e1f05357e9e5 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= emacs
PORTVERSION= ${EMACS_VER}
-PORTREVISION= 1
+PORTREVISION?= 1
PORTEPOCH= 2
CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index d0abab27ad5d..e1f05357e9e5 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -7,7 +7,7 @@
PORTNAME= emacs
PORTVERSION= ${EMACS_VER}
-PORTREVISION= 1
+PORTREVISION?= 1
PORTEPOCH= 2
CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}