diff options
author | abs <abs@pkgsrc.org> | 2003-11-20 10:06:22 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-11-20 10:06:22 +0000 |
commit | 541a6bb9d6b0d23c4b4df8b1757dcfbe477a9c7f (patch) | |
tree | e12b5b6a9ccc638068751db95e4acaa5e07a92f2 /graphics/fnlib/Makefile | |
parent | f7adf933cc7896535e712727ef3579d4ed786b5c (diff) | |
download | pkgsrc-541a6bb9d6b0d23c4b4df8b1757dcfbe477a9c7f.tar.gz |
Contents of distfile have changed (Makefiles and suchlike regenerated with
automake 1.4-p5 rather than automake 1.4). Update distinfo and use
DIST_SUBDIR to avoid breaking systems with previously downloaded distfiles.
No PKGREVISION bump as no functional change.
Diffstat (limited to 'graphics/fnlib/Makefile')
-rw-r--r-- | graphics/fnlib/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile index 268642445c2..627b6a75f09 100644 --- a/graphics/fnlib/Makefile +++ b/graphics/fnlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/07/21 16:51:40 martti Exp $ +# $NetBSD: Makefile,v 1.24 2003/11/20 10:06:22 abs Exp $ # DISTNAME= fnlib-0.5 @@ -9,6 +9,11 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} MAINTAINER= root@garbled.net COMMENT= Color font rendering library for X11R6 +# XXX Added to stop old distfiles conflicting due to the authors updating +# XXX fnlib-0.5.tar.gz without changing the filename. +# XXX Delete when DISTNAME next changes +DIST_SUBDIR= fnlib + USE_BUILDLINK2= YES USE_PKGINSTALL= YES USE_X11= YES |