diff options
author | obache <obache> | 2011-05-20 11:35:50 +0000 |
---|---|---|
committer | obache <obache> | 2011-05-20 11:35:50 +0000 |
commit | fa14e35070d42a3b950de3d0a774752070abbadc (patch) | |
tree | 3589327e99f9c4dcd05a02e99eebb27357c7a92f | |
parent | 4ca4afb521582eee63a3c9bffc38a7d22b554f9b (diff) | |
download | pkgsrc-fa14e35070d42a3b950de3d0a774752070abbadc.tar.gz |
rearrange Makefile fragments so that entries will be in right order.
-rw-r--r-- | graphics/eog-plugins-map/Makefile | 6 | ||||
-rw-r--r-- | graphics/eog-plugins/Makefile | 3 | ||||
-rw-r--r-- | graphics/eog-plugins/Makefile.common | 3 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/eog-plugins-map/Makefile b/graphics/eog-plugins-map/Makefile index 97045d504d5..48f8750ad0a 100644 --- a/graphics/eog-plugins-map/Makefile +++ b/graphics/eog-plugins-map/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/04/22 13:43:43 obache Exp $ +# $NetBSD: Makefile,v 1.7 2011/05/20 11:35:51 obache Exp $ # PKGNAME= eog-plugins-map-2.30.2 @@ -8,7 +8,7 @@ COMMENT= Plugin collection for eog - map plugin BUILD_DIRS= plugins/map INSTALL_DIRS= plugins/map +.include "../../graphics/eog-plugins/Makefile.common" .include "../../geography/libchamplain08/buildlink3.mk" .include "../../graphics/libexif/buildlink3.mk" - -.include "../../graphics/eog-plugins/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile index 8999f0e7d42..98a843f15dd 100644 --- a/graphics/eog-plugins/Makefile +++ b/graphics/eog-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/04/22 13:43:43 obache Exp $ +# $NetBSD: Makefile,v 1.7 2011/05/20 11:35:50 obache Exp $ # PKGNAME= eog-plugins-base-2.30.2 @@ -7,3 +7,4 @@ PKGREVISION= 1 COMMENT= Plugin collection for eog .include "../../graphics/eog-plugins/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/eog-plugins/Makefile.common b/graphics/eog-plugins/Makefile.common index 387f9387f5a..26d1a240ff6 100644 --- a/graphics/eog-plugins/Makefile.common +++ b/graphics/eog-plugins/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2011/04/14 15:57:25 drochner Exp $ +# $NetBSD: Makefile.common,v 1.4 2011/05/20 11:35:50 obache Exp $ # # used by graphics/eog-plugins/Makefile # used by graphics/eog-plugins-map/Makefile @@ -22,4 +22,3 @@ USE_TOOLS+= intltool pkg-config gmake gsed _TOOLS_USE_PKGSRC.gsed=yes .include "../../graphics/eog/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |