diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-05-19 16:40:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-05-19 16:40:08 +0000 |
commit | 7009a0899da169d47f823e15345b8b74ab700a77 (patch) | |
tree | 6fe49776d333168d07720ed93d8908a086d12174 /audio/libmad | |
parent | make QMAIL_DIR variable (diff) |
Be sure the pkgconfig directory exists (it doesn't on not branch versions
of FreeBSD).
Reported by: GNOME Tinderbox
Diffstat (limited to 'audio/libmad')
-rw-r--r-- | audio/libmad/Makefile | 1 |
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> |