diff options
author | marcus <marcus@FreeBSD.org> | 2005-05-20 00:40:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-05-20 00:40:08 +0800 |
commit | 491b1dc3c71f568665d25ba087fc892805a7dbb2 (patch) | |
tree | e2b2f73db5010337a47438e4262270ee45a14e85 /audio/libmad | |
parent | 4de7808f9e9cecd5e8e3aafc35883368f7fcb08a (diff) | |
download | freebsd-ports-gnome-491b1dc3c71f568665d25ba087fc892805a7dbb2.tar.gz freebsd-ports-gnome-491b1dc3c71f568665d25ba087fc892805a7dbb2.tar.zst freebsd-ports-gnome-491b1dc3c71f568665d25ba087fc892805a7dbb2.zip |
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> |