svn commit: r329371 - head/audio/mac
Baptiste Daroussin
bapt at FreeBSD.org
Fri Oct 4 19:57:13 UTC 2013
Author: bapt
Date: Fri Oct 4 19:57:12 2013
New Revision: 329371
URL: http://svnweb.freebsd.org/changeset/ports/329371
Log:
Stagify
Modified:
head/audio/mac/Makefile
Modified: head/audio/mac/Makefile
==============================================================================
--- head/audio/mac/Makefile Fri Oct 4 19:51:40 2013 (r329370)
+++ head/audio/mac/Makefile Fri Oct 4 19:57:12 2013 (r329371)
@@ -12,7 +12,6 @@ MAINTAINER= multimedia at 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>
More information about the svn-ports-all
mailing list