diff options
author | obache <obache@pkgsrc.org> | 2011-05-20 11:35:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-05-20 11:35:50 +0000 |
commit | ef61e90e5cd5c3608e6e3b3f9fac885639a3a798 (patch) | |
tree | 3589327e99f9c4dcd05a02e99eebb27357c7a92f /graphics/eog-plugins-map | |
parent | d9282097866fbbff72611c346c7047cf58fe9ce0 (diff) | |
download | pkgsrc-ef61e90e5cd5c3608e6e3b3f9fac885639a3a798.tar.gz |
rearrange Makefile fragments so that entries will be in right order.
Diffstat (limited to 'graphics/eog-plugins-map')
-rw-r--r-- | graphics/eog-plugins-map/Makefile | 6 |
1 files changed, 3 insertions, 3 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" |