diff options
author | obache <obache@pkgsrc.org> | 2008-07-27 09:39:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-07-27 09:39:29 +0000 |
commit | 79bc62be1f37a8b2d82472d5c206d019c55637a1 (patch) | |
tree | 747435e23ba8e48e7ff8bf8f5da44c5441a996f9 /chat/dircproxy/Makefile | |
parent | 97153911e320df6d4d8774532d484327925cbc50 (diff) | |
download | pkgsrc-79bc62be1f37a8b2d82472d5c206d019c55637a1.tar.gz |
Fixes MASTER_SITES, lack of extra subdir.
Diffstat (limited to 'chat/dircproxy/Makefile')
-rw-r--r-- | chat/dircproxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/dircproxy/Makefile b/chat/dircproxy/Makefile index 5b468059e0a..0354e9cf7ab 100644 --- a/chat/dircproxy/Makefile +++ b/chat/dircproxy/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2008/06/17 12:53:54 tron Exp $ +# $NetBSD: Makefile,v 1.17 2008/07/27 09:39:29 obache Exp $ DISTNAME= dircproxy-1.2.0-beta2 PKGNAME= ${DISTNAME:S/-beta/beta/} PKGREVISION= 1 CATEGORIES= chat -MASTER_SITES= http://dircproxy.securiweb.net/ +MASTER_SITES= http://dircproxy.securiweb.net/pub/1.2/ EXTRACT_SUFX= .tar.bz MAINTAINER= adrianp@NetBSD.org |