summaryrefslogtreecommitdiff
path: root/net/dgd/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-05-18 17:07:45 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-05-18 17:07:45 +0000
commitf29a218fcd1fc4bf16d252f307eef4d729dd5dcc (patch)
tree912fc46258efb2d48bb6aedc0d0b7102da00f29c /net/dgd/Makefile
parent- Drop @dirrm* from plist (diff)
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=386691
Diffstat (limited to 'net/dgd/Makefile')
-rw-r--r--net/dgd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index e507a407966e..2a6047397fb2 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -4,8 +4,6 @@
PORTNAME= dgd
PORTVERSION= 1.4.22
CATEGORIES= net lang games
-MASTER_SITES= https://github.com/dworkin/dgd/archive/
-DISTNAME= ${PORTVERSION}
MAINTAINER= glewis@FreeBSD.org
COMMENT= Dworkin's Game Driver
@@ -19,6 +17,8 @@ CPLUSPLUS_COMMENTS_DESC= Allow C++ style comments in LPC
OPTIONS_DEFAULT=CPLUSPLUS_COMMENTS
USES= gmake
+USE_GITHUB= yes
+GH_ACCOUNT= dworkin
DIST_SUBDIR= dgd
BASE_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}