diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-07 20:24:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-07 20:24:15 +0000 |
commit | fb4deed87383132ec64330d18d953402c2229e9b (patch) | |
tree | 97a8a198649a73e26fe96adf11b755d0b80e3533 /x11/slop/Makefile | |
parent | 1a2a0756abd5df11f85e0ec8be8f6cb6cd18edbe (diff) | |
download | ports-fb4deed87383132ec64330d18d953402c2229e9b.tar.gz ports-fb4deed87383132ec64330d18d953402c2229e9b.zip |
Notes
Diffstat (limited to 'x11/slop/Makefile')
-rw-r--r-- | x11/slop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/slop/Makefile b/x11/slop/Makefile index 1e2bf7f3f237..add9bca09551 100644 --- a/x11/slop/Makefile +++ b/x11/slop/Makefile @@ -2,6 +2,7 @@ PORTNAME= slop PORTVERSION= 4.1.15 +DISTVERSIONPREFIX= v CATEGORIES= x11 MAINTAINER= neel@neelc.org @@ -11,8 +12,6 @@ LICENSE= GPLv3 USE_GITHUB= yes GH_ACCOUNT= naelstrof -GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= cbc1856 USES= cmake USE_XORG= x11 xext |