From 7009a0899da169d47f823e15345b8b74ab700a77 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Thu, 19 May 2005 16:40:08 +0000 Subject: Be sure the pkgconfig directory exists (it doesn't on not branch versions of FreeBSD). Reported by: GNOME Tinderbox --- audio/libmad/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/libmad') diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile index 98ec86fc2354..a3cd7912a0ea 100644 --- a/audio/libmad/Makefile +++ b/audio/libmad/Makefile @@ -32,6 +32,7 @@ post-patch: ${FILESDIR}/mad.pc.in > ${WRKDIR}/mad.pc post-install: + ${MKDIR} ${PREFIX}/libdata/pkgconfig ${INSTALL_DATA} ${WRKDIR}/mad.pc ${PREFIX}/libdata/pkgconfig .include -- cgit v1.2.3