diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-01 13:15:36 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-01 13:15:36 +0000 |
commit | 77f8276a881b10dbc4166c281c69d8df4675409b (patch) | |
tree | 494feb823c7a0efa6fafeacaa9d18f03e331ae4d /x11/altyo/Makefile | |
parent | e255815fa14317bcd7ad4d2e56b97547481c5608 (diff) | |
download | ports-77f8276a881b10dbc4166c281c69d8df4675409b.tar.gz ports-77f8276a881b10dbc4166c281c69d8df4675409b.zip |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=416242
Diffstat (limited to 'x11/altyo/Makefile')
-rw-r--r-- | x11/altyo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/altyo/Makefile b/x11/altyo/Makefile index 5a40265aa341..fbab7ea960d1 100644 --- a/x11/altyo/Makefile +++ b/x11/altyo/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= altyo -#PORTVERSION= +DISTVERSIONPREFIX= debian/ DISTVERSION= 0.4_rc19 +DISTVERSIONSUFFIX= -${GH_ACCOUNT}1 CATEGORIES= x11 -DISTNAME= ${DISTVERSION}-${GH_ACCOUNT}1 MAINTAINER= nivit@FreeBSD.org COMMENT= Drop-down terminal emulator, written in Vala @@ -19,7 +19,6 @@ ALL_TARGET= default GH_ACCOUNT= linvinus GH_PROJECT= AltYo -GH_TAGNAME= debian/${DISTVERSION}-${GH_ACCOUNT}1 INSTALLS_ICONS= yes |