diff options
author | drochner <drochner@pkgsrc.org> | 2005-09-12 18:47:07 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-09-12 18:47:07 +0000 |
commit | 07b99ef6b045e9d02bf7086c5c0d511b74b2a2a3 (patch) | |
tree | 661d9d5d148f5b814dd7c041b2f42510abeb036d /editors | |
parent | 44b8d460085a681a283454bb9b4dd3e3a8da8b06 (diff) | |
download | pkgsrc-07b99ef6b045e9d02bf7086c5c0d511b74b2a2a3.tar.gz |
remove a temporary private location from MASTER_SITES, it is not needed
anymore because the DISTFILE is on the primary site again,
requested by The Maintainer
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texmaker/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index e6d116d0bab..67b3f2ba89a 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/09/08 19:59:13 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2005/09/12 18:47:07 drochner Exp $ DISTNAME= texmaker-1.12 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ -MASTER_SITES+= http://www.epidauros.be/pkgsrc/ ### TEMPORARY! EXTRACT_SUFX= .tar.bz2 MAINTAINER= geert.hendrickx@ua.ac.be |