diff options
author | wiz <wiz> | 2007-12-09 19:29:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-12-09 19:29:19 +0000 |
commit | 823c04de26209fb2722ccadcbfa3e2a54a1bb8d5 (patch) | |
tree | 343aadffb2708cdd8134ee5a21041fedf1b0b047 /geography/gpspoint | |
parent | 0192529a83ba96879da27643066f1b1a381abc9b (diff) | |
download | pkgsrc-823c04de26209fb2722ccadcbfa3e2a54a1bb8d5.tar.gz |
Remove MASTER_SITES and HOMEPAGE, DNS lookup failure.
Diffstat (limited to 'geography/gpspoint')
-rw-r--r-- | geography/gpspoint/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/geography/gpspoint/Makefile b/geography/gpspoint/Makefile index 3642fbca335..81a4b9e5f6f 100644 --- a/geography/gpspoint/Makefile +++ b/geography/gpspoint/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.9 2006/05/12 06:50:16 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2007/12/09 19:29:19 wiz Exp $ DISTNAME= gpspoint-2.030521 PKGREVISION= 1 CATEGORIES= geography -MASTER_SITES= http://gpspoint.dnsalias.net/gpspoint2/download/ +MASTER_SITES= #http://gpspoint.dnsalias.net/gpspoint2/download/ MAINTAINER= hdp@cs.nmsu.edu -HOMEPAGE= http://gpspoint.dnsalias.net/gpspoint2/ +#HOMEPAGE= http://gpspoint.dnsalias.net/gpspoint2/ COMMENT= Program to download and upload waypoints to and from your GPS device DEPENDS+= dialog>=0.6:../../misc/dialog |