diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-12-30 18:48:47 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-12-30 18:48:47 +0800 |
commit | 6abaff0e878a0263e947b09f0e5d2aaf8aab7768 (patch) | |
tree | 4ba8778b3ec179ee9236be35f8a0e6f88bc43bd1 /databases | |
parent | bbf19757ba1d4403919d918bf685f3ed2a50cd68 (diff) | |
download | freebsd-ports-gnome-6abaff0e878a0263e947b09f0e5d2aaf8aab7768.tar.gz freebsd-ports-gnome-6abaff0e878a0263e947b09f0e5d2aaf8aab7768.tar.zst freebsd-ports-gnome-6abaff0e878a0263e947b09f0e5d2aaf8aab7768.zip |
Fix MASTER_SITES and unmark BROKEN.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pxtools/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/pxtools/Makefile b/databases/pxtools/Makefile index 7f43950488ef..1bbc1e4ff83f 100644 --- a/databases/pxtools/Makefile +++ b/databases/pxtools/Makefile @@ -5,14 +5,12 @@ PORTNAME= pxtools PORTVERSION= 0.0.20 PORTREVISION= 3 CATEGORIES= databases -MASTER_SITES= http://jan.kneschke.de/assets/projects/pxtools/ \ +MASTER_SITES= http://jan.kneschke.de/downloads/pxtools/ \ http://www.sourcefiles.org/Databases/Utilities/Conversion/ MAINTAINER= ports@FreeBSD.org COMMENT= Collection of tools to work with Paradox databases -BROKEN= unfetchable - LICENSE= GPLv2 USES= gettext |