diff options
author | lioux <lioux@FreeBSD.org> | 2001-04-10 21:33:42 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-04-10 21:33:42 +0000 |
commit | 1df646d03a02c2c8a92b08c398e8d7b4e400619d (patch) | |
tree | 7ab326fafe7ee68a436dfb9f4883d035afb44613 /net | |
parent | 8b6598166a13475720136ed873e0a8ef6d2e77df (diff) | |
download | FreeBSD-ports-1df646d03a02c2c8a92b08c398e8d7b4e400619d.zip FreeBSD-ports-1df646d03a02c2c8a92b08c398e8d7b4e400619d.tar.gz |
Add versioning information to the distfile. :)
PR: 26138
Submitted by: The Anarcat <anarcat@tao.ca>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipcheck/Makefile | 6 | ||||
-rw-r--r-- | net/ipcheck/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/ipcheck/Makefile b/net/ipcheck/Makefile index a4903ab..8599635 100644 --- a/net/ipcheck/Makefile +++ b/net/ipcheck/Makefile @@ -8,8 +8,8 @@ PORTNAME= ipcheck PORTVERSION= 0.93 CATEGORIES= net -MASTER_SITES= http://ipcheck.sourceforge.net/ -DISTNAME= ipcheck.py +MASTER_SITES= http://ipcheck.sourceforge.net/releases/ +DISTNAME= ${PORTNAME}.${PORTVERSION:E} EXTRACT_SUFX= EXTRACT_ONLY= @@ -25,6 +25,6 @@ do-patch: ${DISTDIR}/${DISTNAME} > ${WRKDIR}/${DISTNAME} do-install: - @${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin + @${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}.py .include <bsd.port.mk> diff --git a/net/ipcheck/distinfo b/net/ipcheck/distinfo index d003e67..e4c5525 100644 --- a/net/ipcheck/distinfo +++ b/net/ipcheck/distinfo @@ -1 +1 @@ -MD5 (ipcheck.py) = 6d437017b554afe9532a90b72306a4bb +MD5 (ipcheck.93) = 6d437017b554afe9532a90b72306a4bb |