diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-10-10 20:33:35 +0800 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-10-10 20:33:35 +0800 |
commit | eb86e4311c732e94057f28e7b0c5d00d717b8c84 (patch) | |
tree | 186eb805680b2645751c08f3ac8696dfa149b5e3 /converters/gbsdconv | |
parent | 61fceef05073588283b033a6d8cd47da6fad2576 (diff) | |
download | freebsd-ports-gnome-eb86e4311c732e94057f28e7b0c5d00d717b8c84.tar.gz freebsd-ports-gnome-eb86e4311c732e94057f28e7b0c5d00d717b8c84.tar.zst freebsd-ports-gnome-eb86e4311c732e94057f28e7b0c5d00d717b8c84.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 |