diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-04-10 21:33:42 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-04-10 21:33:42 +0000 |
commit | 6c83717c9c6fe3a4aeb1329d4502317cee6ca9f7 (patch) | |
tree | 946fcd4466eddb5e63f85838eb8be18ef6822b7b /net | |
parent | a2bf575209c566b17d3d1c60190874ecc1ad3396 (diff) | |
download | ports-6c83717c9c6fe3a4aeb1329d4502317cee6ca9f7.tar.gz ports-6c83717c9c6fe3a4aeb1329d4502317cee6ca9f7.zip |
Notes
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 a4903ab2838b..8599635c332c 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 d003e672f9ec..e4c55254405e 100644 --- a/net/ipcheck/distinfo +++ b/net/ipcheck/distinfo @@ -1 +1 @@ -MD5 (ipcheck.py) = 6d437017b554afe9532a90b72306a4bb +MD5 (ipcheck.93) = 6d437017b554afe9532a90b72306a4bb |