diff options
author | Koop Mast <kwm@FreeBSD.org> | 2004-11-21 22:13:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2004-11-21 22:13:08 +0000 |
commit | 694c775f8f5602cc881e45971d9e9c8f513e980f (patch) | |
tree | 2d9e17be97b1ab406efa0feef9e9845afa3cfad7 /misc | |
parent | 5cc3a06e8976d635e650ab49deebb33ba97999ad (diff) | |
download | ports-694c775f8f5602cc881e45971d9e9c8f513e980f.tar.gz ports-694c775f8f5602cc881e45971d9e9c8f513e980f.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/hicolor-icon-theme/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/hicolor-icon-theme/Makefile b/misc/hicolor-icon-theme/Makefile index 17185eb8c63a..b10d514ac643 100644 --- a/misc/hicolor-icon-theme/Makefile +++ b/misc/hicolor-icon-theme/Makefile @@ -7,7 +7,9 @@ PORTNAME= hicolor-icon-theme PORTVERSION= 0.5 CATEGORIES= misc gnome -MASTER_SITES= http://www.freedesktop.org/Software/icon-theme/releases/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://www.freedesktop.org/Software/icon-theme/releases/ +MASTER_SITE_SUBDIR= kwm MAINTAINER= gnome@FreeBSD.org COMMENT= A high-color icon theme shell from the FreeDesktop project |