pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/freetype-lib Make this file usable outside of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/281f69907e81
branches:  trunk
changeset: 473449:281f69907e81
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Mon Apr 19 23:08:55 2004 +0000

description:
Make this file usable outside of pkgsrc/graphics.

diffstat:

 graphics/freetype-lib/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r e4215da0ec9b -r 281f69907e81 graphics/freetype-lib/Makefile.common
--- a/graphics/freetype-lib/Makefile.common     Mon Apr 19 22:39:55 2004 +0000
+++ b/graphics/freetype-lib/Makefile.common     Mon Apr 19 23:08:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2004/03/23 04:41:00 jlam Exp $
+# $NetBSD: Makefile.common,v 1.26 2004/04/19 23:08:55 hubertf Exp $
 
 DISTNAME=              freetype-${FT_VERS}
 FT_VERS=               1.3.1
@@ -24,7 +24,7 @@
 GNU_CONFIGURE=         # defined
 CONFIGURE_ARGS+=       --with-locale-dir=${PREFIX}/${PKGLOCALEDIR}/locale
 
-DISTINFO_FILE=         ${.CURDIR}/../freetype-lib/distinfo
-PATCHDIR=              ${.CURDIR}/../freetype-lib/patches
+DISTINFO_FILE=         ${.CURDIR}/../../graphics/freetype-lib/distinfo
+PATCHDIR=              ${.CURDIR}/../../graphics/freetype-lib/patches
 
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index