diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-23 07:49:56 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-23 07:49:56 +0800 |
commit | cfd53a57247f2287b006e1a1383d67227dcbb55c (patch) | |
tree | 0b34a0eaa698f3f14139f530915de95dd5771dea /irc | |
parent | 7f3e685233fb65c77cbaea82c169319766c41f58 (diff) | |
download | freebsd-ports-gnome-cfd53a57247f2287b006e1a1383d67227dcbb55c.tar.gz freebsd-ports-gnome-cfd53a57247f2287b006e1a1383d67227dcbb55c.tar.zst freebsd-ports-gnome-cfd53a57247f2287b006e1a1383d67227dcbb55c.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 |