diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-07 16:32:43 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-07 16:32:43 +0000 |
commit | 07da7768420b8abbf43b26c86b43a38b39066e69 (patch) | |
tree | 63cfeb4094db9cda2a9c23fe5053bddb5b9289c8 /irc/inspircd/Makefile | |
parent | d2adb0879fe37754d692fbe56ca492a7a947e428 (diff) |
Notes
Diffstat (limited to 'irc/inspircd/Makefile')
-rw-r--r-- | irc/inspircd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index e6bad097cd8b..6c8427b55534 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -3,6 +3,7 @@ PORTNAME= inspircd PORTVERSION= 2.0.18 +DISTVERSIONPREFIX= v PORTREVISION= 2 CATEGORIES= irc @@ -15,9 +16,6 @@ CONFLICTS= inspircd-1.* USE_GITHUB= yes GH_ACCOUNT= inspircd -GH_PROJECT= ${GH_ACCOUNT} -GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= c99a439 USE_RC_SUBR= ${PORTNAME} MAKEFILE= BSDmakefile |