diff options
author | kmoore <kmoore@FreeBSD.org> | 2016-08-09 23:42:32 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2016-08-09 23:42:32 +0800 |
commit | 5437f69e38f8c8e8b5616b4862bf8bf428436d54 (patch) | |
tree | 541afa4f4cce78b93e7adcb44b141c3d4489fed1 /x11 | |
parent | a994f983156d8c6391aab491108c246ec9e38e99 (diff) | |
download | freebsd-ports-gnome-5437f69e38f8c8e8b5616b4862bf8bf428436d54.tar.gz freebsd-ports-gnome-5437f69e38f8c8e8b5616b4862bf8bf428436d54.tar.zst freebsd-ports-gnome-5437f69e38f8c8e8b5616b4862bf8bf428436d54.zip |
- Switch to using DISTVERSION (Thanks koobs!)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lumina/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/lumina/Makefile b/x11/lumina/Makefile index 3c5a8132bb3d..1f5d0d2649bc 100644 --- a/x11/lumina/Makefile +++ b/x11/lumina/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= lumina -PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -DISTVERSIONSUFFIX= -Release-p1 +DISTVERSION= 1.0.0-Release-p1 PORTEPOCH= 2 CATEGORIES= x11 |