diff options
author | gabor <gabor@FreeBSD.org> | 2007-02-19 20:39:48 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-02-19 20:39:48 +0800 |
commit | 67ab2257c7cfd9cf8553181099b8f31fa02c1baf (patch) | |
tree | 2ef133b659f6a2bb34d79e5e921a5a8432eae464 /databases | |
parent | 43bb9b191d4ad85d9ec09f3ab39e6963f81ee71a (diff) | |
download | freebsd-ports-gnome-67ab2257c7cfd9cf8553181099b8f31fa02c1baf.tar.gz freebsd-ports-gnome-67ab2257c7cfd9cf8553181099b8f31fa02c1baf.tar.zst freebsd-ports-gnome-67ab2257c7cfd9cf8553181099b8f31fa02c1baf.zip |
- Fix fetching
Approved by: erwin (mentor, implicit)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pxtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pxtools/Makefile b/databases/pxtools/Makefile index 560518d98d03..0268da666668 100644 --- a/databases/pxtools/Makefile +++ b/databases/pxtools/Makefile @@ -8,7 +8,7 @@ PORTNAME= pxtools PORTVERSION= 0.0.20 CATEGORIES= databases -MASTER_SITES= http://jan.kneschke.de/projects/pxtools/download/ +MASTER_SITES= http://jan.kneschke.de/assets/2007/2/16/ MAINTAINER= ports@FreeBSD.org COMMENT= Collection of tools to work with Paradox databases |