diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-12-10 20:25:04 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-12-10 20:25:04 +0800 |
commit | 4ce510b91f0eb4a878b5cbce39c8f8b6b57237c2 (patch) | |
tree | 607515bc660ad71f71c5118d3fe3cabb8f57f5c7 /irc/ngircd | |
parent | 736e4c4a557bd78b545f0d1d7a0f05b4419c0868 (diff) | |
download | freebsd-ports-gnome-4ce510b91f0eb4a878b5cbce39c8f8b6b57237c2.tar.gz freebsd-ports-gnome-4ce510b91f0eb4a878b5cbce39c8f8b6b57237c2.tar.zst freebsd-ports-gnome-4ce510b91f0eb4a878b5cbce39c8f8b6b57237c2.zip |
- use cleaner expression for DISTVERSION
Submitted by: Cy Schubert
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) |