summaryrefslogtreecommitdiff
path: root/graphics/freetype-lib
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-03 04:24:35 +0000
committerjlam <jlam@pkgsrc.org>2001-05-03 04:24:35 +0000
commitc662685ee834063dece2cbf8d11621582f1027d5 (patch)
treedc24bed3b7a29dd5f7d1579294de7338a58bb210 /graphics/freetype-lib
parent8247371c1f2a200007f2196fcaab7707c601f4a4 (diff)
downloadpkgsrc-c662685ee834063dece2cbf8d11621582f1027d5.tar.gz
Share a common distinfo file between freetype-lib and freetype-utils.
Diffstat (limited to 'graphics/freetype-lib')
-rw-r--r--graphics/freetype-lib/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common
index 7ad6ea13bdf..f6f4070f100 100644
--- a/graphics/freetype-lib/Makefile.common
+++ b/graphics/freetype-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2001/03/27 03:19:59 hubertf Exp $
+# $NetBSD: Makefile.common,v 1.9 2001/05/03 04:24:35 jlam Exp $
DISTNAME= freetype-${FT_VERS}
FT_VERS= 1.3.1
@@ -24,7 +24,7 @@ USE_LIBINTL= yes
CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include
-FILESDIR= ${.CURDIR}/../../graphics/freetype-lib/files
+DISTINFO_FILE= ${.CURDIR}/../../graphics/freetype-lib/distinfo
PATCHDIR= ${.CURDIR}/../../graphics/freetype-lib/patches
.include "../../mk/bsd.pkg.mk"