diff options
author | mandree <mandree@FreeBSD.org> | 2011-11-26 08:20:33 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-11-26 08:20:33 +0800 |
commit | 6806ae48efb97be06c1a9db840e4da7d6719d486 (patch) | |
tree | 846c144e3bd988547196feaf103f2efad8a5384d /audio/abcde | |
parent | b2e8e1c22fb8b20ea9e9ed7f46c096d4d4860d91 (diff) | |
download | freebsd-ports-gnome-6806ae48efb97be06c1a9db840e4da7d6719d486.tar.gz freebsd-ports-gnome-6806ae48efb97be06c1a9db840e4da7d6719d486.tar.zst freebsd-ports-gnome-6806ae48efb97be06c1a9db840e4da7d6719d486.zip |
Fix PORTVERSION/PORTREVISION messup. The previous commit broke the port and
made the ports framework IGNORE it due to the underscore in PORTVERSION.
Approved by: bapt@ (maintainer, on IRC)
Feature safe: yes
Diffstat (limited to 'audio/abcde')
-rw-r--r-- | audio/abcde/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index a369c1d2915f..01020749535e 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -6,7 +6,8 @@ # PORTNAME= abcde -PORTVERSION= 2.4.2_1 +PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE |