summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-05-19 16:40:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-05-19 16:40:08 +0000
commit7009a0899da169d47f823e15345b8b74ab700a77 (patch)
tree6fe49776d333168d07720ed93d8908a086d12174
parentmake QMAIL_DIR variable (diff)
Be sure the pkgconfig directory exists (it doesn't on not branch versions
of FreeBSD). Reported by: GNOME Tinderbox
-rw-r--r--audio/libmad/Makefile1
1 files changed, 1 insertions, 0 deletions
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 <bsd.port.mk>