diff options
author | linimon <linimon@FreeBSD.org> | 2007-03-14 12:12:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-03-14 12:12:32 +0800 |
commit | b75bd659b4240b2e1fb40c0fedc30148f797104b (patch) | |
tree | 519ae913d21e53dc9719afaa635fcd3ff46e3bb6 /misc | |
parent | 8dd75d9ef26f20305fcf39eda7b3932a7080eeda (diff) | |
download | freebsd-ports-gnome-b75bd659b4240b2e1fb40c0fedc30148f797104b.tar.gz freebsd-ports-gnome-b75bd659b4240b2e1fb40c0fedc30148f797104b.tar.zst freebsd-ports-gnome-b75bd659b4240b2e1fb40c0fedc30148f797104b.zip |
Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].
PR: 101029 [1], 108862 [2]
Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2]
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xfce4-appfinder/Makefile | 4 | ||||
-rw-r--r-- | misc/xfce4-weather-plugin/Makefile | 4 | ||||
-rw-r--r-- | misc/xfce4-wm-themes/Makefile | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/misc/xfce4-appfinder/Makefile b/misc/xfce4-appfinder/Makefile index 3d01dfeb28b0..a854d07e6ea1 100644 --- a/misc/xfce4-appfinder/Makefile +++ b/misc/xfce4-appfinder/Makefile @@ -23,6 +23,4 @@ USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui USE_XLIB= yes -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index f887051f23db..a8994da23ce9 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -23,6 +23,4 @@ USE_GNOME= gnometarget glib20 gtk20 intltool intlhack libxml2 pkgconfig USE_XFCE= configenv libgui libutil panel USE_XLIB= yes -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/xfce4-wm-themes/Makefile b/misc/xfce4-wm-themes/Makefile index a638eaadbbf6..0f29a90dfd97 100644 --- a/misc/xfce4-wm-themes/Makefile +++ b/misc/xfce4-wm-themes/Makefile @@ -20,6 +20,4 @@ INSTALLS_ICONS= yes USE_BZIP2= yes USE_GNOME= gnometarget -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |