diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-10-10 20:33:35 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-10-10 20:33:35 +0800 |
commit | 40a17544621453cd22e173cd0f3349c4b7a7531e (patch) | |
tree | 186eb805680b2645751c08f3ac8696dfa149b5e3 /converters/gbsdconv | |
parent | 56c0a3929d151c9a8e4c47bc34c0779e0d722d48 (diff) | |
download | freebsd-ports-gnome-40a17544621453cd22e173cd0f3349c4b7a7531e.tar.gz freebsd-ports-gnome-40a17544621453cd22e173cd0f3349c4b7a7531e.tar.zst freebsd-ports-gnome-40a17544621453cd22e173cd0f3349c4b7a7531e.zip |
- Use GH_ACCOUNT in DISTNAME
Suggested by: sunpoet
Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Diffstat (limited to 'converters/gbsdconv')
-rw-r--r-- | converters/gbsdconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/gbsdconv/Makefile b/converters/gbsdconv/Makefile index 519995b73add..492219c6d453 100644 --- a/converters/gbsdconv/Makefile +++ b/converters/gbsdconv/Makefile @@ -4,7 +4,7 @@ PORTNAME= gbsdconv PORTVERSION= 1.0 CATEGORIES= converters python -DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GH_COMMIT} +DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT} MAINTAINER= buganini@gmail.com COMMENT= GUI for bsdconv |