diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-09-29 22:01:20 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-09-29 22:01:20 +0000 |
commit | af10e03b822f964574e16104314622b7f457ec35 (patch) | |
tree | 1b6ecfecfa9797aaeb80687e72598d6ab659c342 /audio/libmad | |
parent | f58c3d2fd9945331d35279637b17a095f3cd9282 (diff) | |
download | ports-af10e03b822f964574e16104314622b7f457ec35.tar.gz ports-af10e03b822f964574e16104314622b7f457ec35.zip |
Notes
Diffstat (limited to 'audio/libmad')
-rw-r--r-- | audio/libmad/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile index ea546740061c..8099cd06b7fb 100644 --- a/audio/libmad/Makefile +++ b/audio/libmad/Makefile @@ -8,7 +8,6 @@ CATEGORIES= audio MASTER_SITES= SF/mad/${PORTNAME}/${PORTVERSION} \ ftp://ftp.mars.org/pub/mpeg/ - MAINTAINER= ports@FreeBSD.org COMMENT= Libmad library (part of MAD project) @@ -16,7 +15,6 @@ OPTIONS_DEFINE= SPEED SPEED_DESC= Optimize for speed over accuracy USE_AUTOTOOLS= libtool -NO_STAGE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-debugging \ @@ -32,7 +30,7 @@ post-patch: ${WRKSRC}/configure post-install: - ${MKDIR} ${PREFIX}/libdata/pkgconfig - ${INSTALL_DATA} ${WRKDIR}/mad.pc ${PREFIX}/libdata/pkgconfig + @${MKDIR} ${STAGEDIR}${PREFIX}/libdata/pkgconfig + ${INSTALL_DATA} ${WRKDIR}/mad.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig .include <bsd.port.mk> |