diff options
author | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-05-09 05:24:30 +0000 |
---|---|---|
committer | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-05-09 05:24:30 +0000 |
commit | 258cbb77d7c4ba4badd828fcab0b9aaf672371a7 (patch) | |
tree | 8916ab900e139959cdda80b7ab0b2884ab6fa53e /graphics/wmicons/Makefile | |
parent | 242b68c87733510e88dddc1290541468659b6273 (diff) |
Notes
Diffstat (limited to 'graphics/wmicons/Makefile')
-rw-r--r-- | graphics/wmicons/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/wmicons/Makefile b/graphics/wmicons/Makefile index 631162f8bc71..06fda4cf730b 100644 --- a/graphics/wmicons/Makefile +++ b/graphics/wmicons/Makefile @@ -8,7 +8,7 @@ PORTNAME= wmicons PORTVERSION= 1.0 CATEGORIES= graphics windowmaker -MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|sobomax/wmicons|} \ +MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|kiri/wmicons|} \ ${MASTER_SITE_WINDOWMAKER} \ ${MASTER_SITE_PORTS_JP} \ http://nether.tky.hut.fi/iconstore/ \ @@ -17,16 +17,15 @@ MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|sobomax/wmicons|} \ http://www.lab06.ee.u-tokai.ac.jp/~7jeem005/WindowMaker/Archives/ MASTER_SITE_SUBDIR= . contrib/icons beta/srcs DISTFILES= ${EXTRACT_ONLY} isiconpack4.tgz - -MAINTAINER= kiri@pis.toba-cmt.ac.jp -COMMENT= Icons mainly for use in Window Maker - EXTRACT_ONLY= DWiconpack1.tar.gz DWiconpack2.tar.gz IconFest-1.2.tgz \ NeXT_XEmacs_tar.gz wm_icons_png.tar.gz wm_icons_tif.tar.gz \ japanese-step-icons1.1.tar.gz \ KTermIcons-1.0.tar.gz \ WindowMaker-extra-0.1.tar.gz +MAINTAINER= kiri@FreeBSD.org +COMMENT= Icons mainly for use in Window Maker + USE_X_PREFIX= yes GNU_CONFIGURE= yes |