diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-23 07:49:56 +0800 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-23 07:49:56 +0800 |
commit | 5ab135968f47de741595da87189de7a61b831301 (patch) | |
tree | 39b02ed8b396ca4a2fead4dd597d668e6b4a6def /irc | |
parent | 2080df347feb8ac61f020971b991b570918e4306 (diff) | |
download | freebsd-ports-gnome-5ab135968f47de741595da87189de7a61b831301.tar.gz freebsd-ports-gnome-5ab135968f47de741595da87189de7a61b831301.tar.zst freebsd-ports-gnome-5ab135968f47de741595da87189de7a61b831301.zip |
Need a subdir in the master site
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ninja/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ninja/Makefile b/irc/ninja/Makefile index c29eac41756a..02f3ffea6f3d 100644 --- a/irc/ninja/Makefile +++ b/irc/ninja/Makefile @@ -8,7 +8,7 @@ PORTNAME= ninja PORTVERSION= 1.1 CATEGORIES= irc -MASTER_SITES= ftp://ninja.qoop.org/ninja/ +MASTER_SITES= ftp://ninja.qoop.org/ninja/unstable/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= cpiazza@FreeBSD.org |