From 1df646d03a02c2c8a92b08c398e8d7b4e400619d Mon Sep 17 00:00:00 2001 From: lioux Date: Tue, 10 Apr 2001 21:33:42 +0000 Subject: Add versioning information to the distfile. :) PR: 26138 Submitted by: The Anarcat --- net/ipcheck/Makefile | 6 +++--- net/ipcheck/distinfo | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'net') 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 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 -- cgit v1.1