diff options
author | erwin <erwin@FreeBSD.org> | 2003-06-09 01:31:33 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-06-09 01:31:33 +0800 |
commit | 3a854a1090fbe9727df0e4287affe086fe74c45a (patch) | |
tree | 5fba8924b7bfe40f051c9adcc01b97c919a1a7d4 /math/clarence/Makefile | |
parent | 889d8ef00595585cbf06aa0807fa6986157a1c77 (diff) | |
download | freebsd-ports-gnome-3a854a1090fbe9727df0e4287affe086fe74c45a.tar.gz freebsd-ports-gnome-3a854a1090fbe9727df0e4287affe086fe74c45a.tar.zst freebsd-ports-gnome-3a854a1090fbe9727df0e4287affe086fe74c45a.zip |
Fix unfetchable file by updating the port to 0.2.2
PR: 53049
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Approved by: edwin (mentor)
Diffstat (limited to 'math/clarence/Makefile')
-rw-r--r-- | math/clarence/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/clarence/Makefile b/math/clarence/Makefile index a38ebc47087d..e535fe4eaf0a 100644 --- a/math/clarence/Makefile +++ b/math/clarence/Makefile @@ -7,7 +7,7 @@ # PORTNAME= clarence -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.2 CATEGORIES= math python MASTER_SITES= http://clay.ll.pl/download/ @@ -19,7 +19,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/GDK.py:${PORTSDIR}/x11-toolkits/py-gtk USE_REINPLACE= yes USE_PYTHON= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= clarence.1 post-patch: |