aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/gnome-icons
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-03-30 02:37:40 +0800
committerpav <pav@FreeBSD.org>2004-03-30 02:37:40 +0800
commitbfdee7f88d1ff4503f17f4c4870fa2f0882e1aec (patch)
tree85ab6ecca49dc4783ea876bf86cfd37275a9c297 /x11-themes/gnome-icons
parent4da69e3a0274fc7a6b3aec311d58fe2b086dd12e (diff)
downloadfreebsd-ports-gnome-bfdee7f88d1ff4503f17f4c4870fa2f0882e1aec.tar.gz
freebsd-ports-gnome-bfdee7f88d1ff4503f17f4c4870fa2f0882e1aec.tar.zst
freebsd-ports-gnome-bfdee7f88d1ff4503f17f4c4870fa2f0882e1aec.zip
- Respect rule that Makefiles should end with .include <bsd.port.mk>
PR: ports/64877 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> (maintainer)
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>