diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-12-10 12:25:04 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-12-10 12:25:04 +0000 |
commit | 080a9a7b8fedcc659cb559069d1384f384eaec0b (patch) | |
tree | 2c55fc378afca1f52c4ddb7b7a8054c58be7735d /irc/ngircd | |
parent | 17a0039c11fa9fe3d415df123ebabad14d2c06a7 (diff) | |
download | ports-080a9a7b8fedcc659cb559069d1384f384eaec0b.tar.gz ports-080a9a7b8fedcc659cb559069d1384f384eaec0b.zip |
Notes
Diffstat (limited to 'irc/ngircd')
-rw-r--r-- | irc/ngircd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile index bc5e2058447a..cb3441b09e1c 100644 --- a/irc/ngircd/Makefile +++ b/irc/ngircd/Makefile @@ -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) |