aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gnome-icons
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-29 18:37:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-29 18:37:40 +0000
commit88f7bbcb4091f0ca736a9885bdcb04a976081e8d (patch)
tree7b1b7327577a6123c398fdcc55803116d8692980 /x11-themes/gnome-icons
parent2906ad726ae17e609f8ebb4d41c24335a15875f4 (diff)
downloadports-88f7bbcb4091f0ca736a9885bdcb04a976081e8d.tar.gz
ports-88f7bbcb4091f0ca736a9885bdcb04a976081e8d.zip
Notes
Diffstat (limited to 'x11-themes/gnome-icons')
-rw-r--r--x11-themes/gnome-icons/Makefile2
-rw-r--r--x11-themes/gnome-icons/bsd.gnome-icons.mk (renamed from x11-themes/gnome-icons/Makefile.icons)2
2 files changed, 1 insertions, 3 deletions
diff --git a/x11-themes/gnome-icons/Makefile b/x11-themes/gnome-icons/Makefile
index 8d441a7eec1b..1056c2d109d0 100644
--- a/x11-themes/gnome-icons/Makefile
+++ b/x11-themes/gnome-icons/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= gnome-icons
PORTVERSION= 20040229
diff --git a/x11-themes/gnome-icons/Makefile.icons b/x11-themes/gnome-icons/bsd.gnome-icons.mk
index 29a61c824c38..51ffa0244054 100644
--- a/x11-themes/gnome-icons/Makefile.icons
+++ b/x11-themes/gnome-icons/bsd.gnome-icons.mk
@@ -28,5 +28,3 @@ do-install:
cd ${WRKSRC} && ${FIND} . -type f \
-exec ${INSTALL_DATA} ${WRKSRC}/"{}" \
${PREFIX}/share/icons/${PORTNAME}/"{}" \;
-
-.include <bsd.port.mk>