diff options
author | pav <pav@FreeBSD.org> | 2006-11-17 19:24:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-11-17 19:24:56 +0800 |
commit | 4be18278f0d4abcc55e74cdda47483fd093d2e06 (patch) | |
tree | 142b6df3d2856e9f9e6f1c97e7f2b33e74323495 /x11-themes/murrine-configurator | |
parent | de524cf12402fc234bb93ea430fef21b67fcd41e (diff) | |
download | freebsd-ports-graphics-4be18278f0d4abcc55e74cdda47483fd093d2e06.tar.gz freebsd-ports-graphics-4be18278f0d4abcc55e74cdda47483fd093d2e06.tar.zst freebsd-ports-graphics-4be18278f0d4abcc55e74cdda47483fd093d2e06.zip |
- Fix fetch (typo in MASTER_SITES), unbreak
Diffstat (limited to 'x11-themes/murrine-configurator')
-rw-r--r-- | x11-themes/murrine-configurator/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-themes/murrine-configurator/Makefile b/x11-themes/murrine-configurator/Makefile index 14915b6183c..604af48d9ca 100644 --- a/x11-themes/murrine-configurator/Makefile +++ b/x11-themes/murrine-configurator/Makefile @@ -8,7 +8,7 @@ PORTNAME= murrine-configurator PORTVERSION= 0.4.1 CATEGORIES= x11-themes -MASTER_SITES= http://cimi.netsons.org/media/download_gallery/murrie/ +MASTER_SITES= http://cimi.netsons.org/media/download_gallery/murrine/ DISTNAME= murrine-configurator-${PORTVERSION} MAINTAINER= tstodgell@gmail.com @@ -18,8 +18,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ ${NONEXISTENT}:${PORTSDIR}/x11-themes/gtk-murrine-engine \ ${LOCALBASE}/bin/zenity:${PORTSDIR}/x11/zenity -BROKEN= Unfetchable - NO_BUILD= yes USE_BZIP2= yes USE_GNOME= gtk20 |