- use cleaner expression for DISTVERSION
Submitted by: Cy Schubert
This commit is contained in:
parent
17a0039c11
commit
080a9a7b8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265967
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ CATEGORIES= irc ipv6
|
|||
MASTER_SITES= ${MASTER_SITE_BERLIOS} \
|
||||
ftp://ngircd.barton.de/pub/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTVERSION= ${PORTVERSION:C/0.//1}
|
||||
DISTVERSION= ${PORTVERSION:S/0.//}
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Free open source daemon for Internet Relay Chat (IRC)
|
||||
|
|
Loading…
Reference in a new issue