diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-06 13:16:52 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-06 13:16:52 +0800 |
commit | e2ca4a59011f331e44e4c5da160887100095210c (patch) | |
tree | 4214fdebe78c6b55948351e7549ff9459ce8915f /german/cheapcall/Makefile | |
parent | 65f1add8e3add758b5702d740c88e5b4522fe89f (diff) | |
download | freebsd-ports-gnome-e2ca4a59011f331e44e4c5da160887100095210c.tar.gz freebsd-ports-gnome-e2ca4a59011f331e44e4c5da160887100095210c.tar.zst freebsd-ports-gnome-e2ca4a59011f331e44e4c5da160887100095210c.zip |
Unbreak by finding the new master site and updating to 1.9.99
Diffstat (limited to 'german/cheapcall/Makefile')
-rw-r--r-- | german/cheapcall/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/german/cheapcall/Makefile b/german/cheapcall/Makefile index 58adb6364e47..47536cd411cb 100644 --- a/german/cheapcall/Makefile +++ b/german/cheapcall/Makefile @@ -1,27 +1,29 @@ # New ports collection makefile for: cheap-call -# Version required: 0.7e-1.6.99 +# Version required: 0.7e-1.9.99 # Date created: 9 Jun 1999 # Whom: Peter Cornelius <pcc@gmx.net> # # $FreeBSD$ +# DISTNAME= cheap-call-${LONGVER}.tcl PKGNAME= cheapcall-0.7e CATEGORIES= german -MASTER_SITES= http://www03.billiger-telefonieren.de/download/ +MASTER_SITES= http://212.227.69.105/download/ EXTRACT_SUFX= .bz2 MAINTAINER= pcc@gmx.net RUN_DEPENDS= wishx:${PORTSDIR}/lang/tclX80 +LONGVER= 0.7e-1.9.99 + EXTRACT_AFTER_ARGS= | ${CAT} - > ${WRKDIR}/cheap-call-${LONGVER}.tcl NO_WRKSUBDIR= yes NO_BUILD= yes STRIP= USE_BZIP2= yes - -LONGVER= 0.7e-1.6.99 +PLIST_SUB= LONGVER="${LONGVER}" do-install: @${INSTALL_SCRIPT} ${WRKSRC}/cheap-call-${LONGVER}.tcl ${PREFIX}/bin |