Move pkgconfig file handling to a place where CLEANFILES is honored. Noted

by Bernd Ernesti.
This commit is contained in:
cube 2008-11-01 21:38:14 +00:00
parent f8681c958c
commit de780bd326
2 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,8 @@
# $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
# $NetBSD: Makefile,v 1.3 2008/11/01 21:38:14 cube Exp $
.include <bsd.own.mk>
SUBDIR= fontconfig src etc
PKGCONFIG= fontconfig
# fontconfig uses VERSION and not PACKAGE_VERSION
PKGCONFIG_VERSION.fontconfig= 2.6.0
.include <bsd.x11.mk>
.include <bsd.subdir.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2008/10/05 18:32:40 cube Exp $
# $NetBSD: Makefile,v 1.5 2008/11/01 21:38:14 cube Exp $
.include <bsd.own.mk>
@ -94,5 +94,9 @@ FCARCH_DEPFILE= fccache.c
CLEANFILES+= fcarch.h
PKGCONFIG= fontconfig
# fontconfig uses VERSION and not PACKAGE_VERSION
PKGCONFIG_VERSION.fontconfig= 2.6.0
.include <bsd.x11.mk>
.include <bsd.lib.mk>