diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-29 18:37:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-29 18:37:40 +0000 |
commit | 88f7bbcb4091f0ca736a9885bdcb04a976081e8d (patch) | |
tree | 7b1b7327577a6123c398fdcc55803116d8692980 /x11-themes/gnome-icons-cool-gorilla | |
parent | 2906ad726ae17e609f8ebb4d41c24335a15875f4 (diff) | |
download | ports-88f7bbcb4091f0ca736a9885bdcb04a976081e8d.tar.gz ports-88f7bbcb4091f0ca736a9885bdcb04a976081e8d.zip |
Notes
Diffstat (limited to 'x11-themes/gnome-icons-cool-gorilla')
-rw-r--r-- | x11-themes/gnome-icons-cool-gorilla/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/gnome-icons-cool-gorilla/Makefile b/x11-themes/gnome-icons-cool-gorilla/Makefile index b6443c39ca0e..eab8ef434d3b 100644 --- a/x11-themes/gnome-icons-cool-gorilla/Makefile +++ b/x11-themes/gnome-icons-cool-gorilla/Makefile @@ -7,7 +7,7 @@ # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check -# x11-themes/gnome-icons/Makefile.icons for it. +# x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= cool-gorilla PORTVERSION= 20030726 @@ -24,4 +24,5 @@ RESTRICTED= ${REASON} USE_BZIP2= yes WRKSRC= "${WRKDIR}/CoolGorilla-ICONS" -.include "${.CURDIR}/../gnome-icons/Makefile.icons" +.include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" +.include <bsd.port.mk> |