summaryrefslogtreecommitdiff
path: root/x11-themes/gnome-icons-snow-apple
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-snow-apple
parentRepocopy x11-wm/Makefile to x11/Makefile (diff)
- Respect rule that Makefiles should end with .include <bsd.port.mk>
PR: ports/64877 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> (maintainer)
Notes
Notes: svn path=/head/; revision=105641
Diffstat (limited to 'x11-themes/gnome-icons-snow-apple')
-rw-r--r--x11-themes/gnome-icons-snow-apple/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/gnome-icons-snow-apple/Makefile b/x11-themes/gnome-icons-snow-apple/Makefile
index d7fa45351f41..58104fb6e5ca 100644
--- a/x11-themes/gnome-icons-snow-apple/Makefile
+++ b/x11-themes/gnome-icons-snow-apple/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= snow-apple
PORTVERSION= 20030202
@@ -23,4 +23,5 @@ RESTRICTED= ${REASON}
WRKSRC= "${WRKDIR}/Snow-Apple"
-.include "${.CURDIR}/../gnome-icons/Makefile.icons"
+.include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk"
+.include <bsd.port.mk>