pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gd PKG_DESTDIR_SUPPORT needs to be before .in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53346cd3a7be
branches:  trunk
changeset: 393253:53346cd3a7be
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon May 18 22:18:42 2009 +0000

description:
PKG_DESTDIR_SUPPORT needs to be before .include "options.mk"

diffstat:

 graphics/gd/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r a854eca86dd0 -r 53346cd3a7be graphics/gd/Makefile
--- a/graphics/gd/Makefile      Mon May 18 22:16:14 2009 +0000
+++ b/graphics/gd/Makefile      Mon May 18 22:18:42 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2009/04/12 00:29:26 sno Exp $
+# $NetBSD: Makefile,v 1.79 2009/05/18 22:18:42 abs Exp $
 
 DISTNAME=      gd-2.0.35
 PKGREVISION=   1
@@ -10,9 +10,9 @@
 HOMEPAGE=      http://www.libgd.org/
 COMMENT=       Graphics library for the dynamic creation of images
 
-.include "options.mk"
+PKG_DESTDIR_SUPPORT=   user-destdir
 
-PKG_DESTDIR_SUPPORT=   user-destdir
+.include "options.mk"
 
 # fails in test not finding libgd.a
 MAKE_JOBS_SAFE=                no



Home | Main Index | Thread Index | Old Index