diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
commit | 007c7f0c9d4eaad89449342ee90e4b102925caec (patch) | |
tree | 114f7c864c24ff21a525d1dd997282751fdf3b12 /deskutils/abacus | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.zst freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'deskutils/abacus')
-rw-r--r-- | deskutils/abacus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/abacus/Makefile b/deskutils/abacus/Makefile index 11b42466315e..39152933ffa7 100644 --- a/deskutils/abacus/Makefile +++ b/deskutils/abacus/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: abacus -# Version required: 0.9.13 # Date created: 18 August 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= abacus -PKGNAME= abacus-0.9.13 +PORTNAME= abacus +PORTVERSION= 0.9.13 CATEGORIES= deskutils MASTER_SITES= http://www-cad.eecs.berkeley.edu/HomePages/aml/abacus/ \ http://tahoe.inesc.pt/~aml/abacus/ +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz PATCH_SITES= http://people.FreeBSD.org/~steve/distfiles/ |