summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-05-20 11:35:50 +0000
committerobache <obache@pkgsrc.org>2011-05-20 11:35:50 +0000
commitef61e90e5cd5c3608e6e3b3f9fac885639a3a798 (patch)
tree3589327e99f9c4dcd05a02e99eebb27357c7a92f
parentd9282097866fbbff72611c346c7047cf58fe9ce0 (diff)
downloadpkgsrc-ef61e90e5cd5c3608e6e3b3f9fac885639a3a798.tar.gz
rearrange Makefile fragments so that entries will be in right order.
-rw-r--r--graphics/eog-plugins-map/Makefile6
-rw-r--r--graphics/eog-plugins/Makefile3
-rw-r--r--graphics/eog-plugins/Makefile.common3
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"