diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba (patch) | |
tree | 3ffd72b216e533f037cfc7f06f222ca72e602018 /deskutils/abacus | |
parent | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (diff) | |
download | ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.tar.gz ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.zip |
Notes
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/ |