diff options
author | krion <krion@FreeBSD.org> | 2005-10-13 16:04:40 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-10-13 16:04:40 +0800 |
commit | 9080574e96df0955e61e2275dac9efafd15d732a (patch) | |
tree | 36fb372a3144646425d3fe574f0451f2e37b8b5b /net/sambasentinel/Makefile | |
parent | 848493c1869560b62888c505cef980da2e7ed633 (diff) | |
download | freebsd-ports-gnome-9080574e96df0955e61e2275dac9efafd15d732a.tar.gz freebsd-ports-gnome-9080574e96df0955e61e2275dac9efafd15d732a.tar.zst freebsd-ports-gnome-9080574e96df0955e61e2275dac9efafd15d732a.zip |
Fix MASTER_SITES.
Diffstat (limited to 'net/sambasentinel/Makefile')
-rw-r--r-- | net/sambasentinel/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/sambasentinel/Makefile b/net/sambasentinel/Makefile index e5805d3cecbb..00183cc59380 100644 --- a/net/sambasentinel/Makefile +++ b/net/sambasentinel/Makefile @@ -9,16 +9,13 @@ PORTNAME= sambasentinel PORTVERSION= 0.1 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= # disappeared +MASTER_SITES= ftp://ftp.fasta.fh-dortmund.de/pub/linux/gentoo/distfiles/ \ + http://voodoo.bawue.com/download/ DISTNAME= SambaSentinel-${PORTVERSION} MAINTAINER= pat@FreeBSD.org COMMENT= SambaSentinel is a gtk-frontend to smbstatus with additional features -BROKEN= "mastersite disappeared" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-13 - RUN_DEPENDS= jags:${PORTSDIR}/net/jags PLIST_FILES= bin/SambaSentinel |