diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-09-17 20:09:39 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-09-17 20:09:39 +0000 |
commit | 6016ea62446d88726ca0fcc6c77ca91cf247799b (patch) | |
tree | fed39b0d021af17d915dc18eec98e45bd4398bf6 /x11-themes | |
parent | 33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6 (diff) |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/irssi-themes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/irssi-themes/Makefile b/x11-themes/irssi-themes/Makefile index e45a7252281e..60e0eb92f2d9 100644 --- a/x11-themes/irssi-themes/Makefile +++ b/x11-themes/irssi-themes/Makefile @@ -9,8 +9,8 @@ PORTNAME= irssi-themes PORTVERSION= 20060917 CATEGORIES= x11-themes irc MASTER_SITES= http://www.irssi.org/themefiles/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + http://critical.ch/distfiles/${PORTNAME}/ \ + http://energy.critical.ch/distfiles/${PORTNAME}/ DISTFILES= BitchX.theme IamCyan.theme agon.theme ash.theme asyura.theme \ bestican.theme bluu.theme bork.theme c0ders.theme \ cananal.theme chaves.theme chill.theme clean.theme crap.theme \ @@ -38,7 +38,7 @@ DISTFILES= BitchX.theme IamCyan.theme agon.theme ash.theme asyura.theme \ tanke.theme telix.theme thirdeye.theme tinylajs.theme \ trax.theme void.theme vt510+xterm.theme white.theme \ whitespace.theme xmas.theme zhafte.theme zng.theme -DIST_SUBDIR= irssi-themes +DIST_SUBDIR= ${PORTNAME} MAINTAINER= ehaupt@FreeBSD.org COMMENT= A collection of additional irssi themes |