diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-04 19:57:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-04 19:57:12 +0000 |
commit | bb482f5b648e8eab4333b6c6e910027da4ac1713 (patch) | |
tree | 637b6651014f2ea33699ad89baf3aab1e16ab4d5 /audio/mac | |
parent | 5fda60fa275b1d34583d6f06abcf8af97bacbd92 (diff) | |
download | ports-bb482f5b648e8eab4333b6c6e910027da4ac1713.tar.gz ports-bb482f5b648e8eab4333b6c6e910027da4ac1713.zip |
Notes
Diffstat (limited to 'audio/mac')
-rw-r--r-- | audio/mac/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile index e29af9e7639a..5442d78fc936 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -12,7 +12,6 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Monkey's Audio lossless codec USE_AUTOTOOLS= libtool -NO_STAGE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -29,6 +28,6 @@ post-patch: post-install: cd ${WRKSRC}/src/MACLib && ${INSTALL_DATA} BitArray.h \ - Prepare.h UnBitArrayBase.h ${PREFIX}/include/mac + Prepare.h UnBitArrayBase.h ${STAGEDIR}${PREFIX}/include/mac .include <bsd.port.post.mk> |