diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-04 21:37:15 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-04 21:37:15 +0000 |
commit | 9f618d6c168b5ae57fd911403739f71d93eb284b (patch) | |
tree | 2bab81fbee8b81a72f8eddf0f7f4e9c98f1ed8a2 /net/ipcheck/Makefile | |
parent | f54d549681b259e6d25033b59c5885f9643ed34f (diff) |
Notes
Diffstat (limited to 'net/ipcheck/Makefile')
-rw-r--r-- | net/ipcheck/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ipcheck/Makefile b/net/ipcheck/Makefile index 13c2696cdeae..0872b9d7e1af 100644 --- a/net/ipcheck/Makefile +++ b/net/ipcheck/Makefile @@ -6,10 +6,11 @@ # PORTNAME= ipcheck -PORTVERSION= 1.16 +PORTVERSION= 0.142 +PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://ipcheck.sourceforge.net/releases/ -DISTNAME= ${PORTNAME}.v${PORTVERSION:S/.//} +DISTNAME= ${PORTNAME}.${PORTVERSION:S/^0.//} EXTRACT_SUFX= EXTRACT_ONLY= |