aboutsummaryrefslogtreecommitdiff
path: root/audio/openspc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 20:30:50 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 20:30:50 +0000
commitf4a1e022c0d267b40fde97c90402277490d4eb4f (patch)
tree55da60aef1b2c32d67ec2312379a244877492550 /audio/openspc
parent0798d61585c1bb62d7fe58a74250b3d4b59388b0 (diff)
downloadports-f4a1e022c0d267b40fde97c90402277490d4eb4f.tar.gz
ports-f4a1e022c0d267b40fde97c90402277490d4eb4f.zip
Support staging.
Notes
Notes: svn path=/head/; revision=331422
Diffstat (limited to 'audio/openspc')
-rw-r--r--audio/openspc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/openspc/Makefile b/audio/openspc/Makefile
index 172412e8c480..34f9c08b92dd 100644
--- a/audio/openspc/Makefile
+++ b/audio/openspc/Makefile
@@ -14,7 +14,6 @@ COMMENT= Command-line player for .spc and .zst files
ONLY_FOR_ARCHS= i386 # contains x86 asm code
USE_LDCONFIG= yes
-NO_STAGE= yes
USE_AUTOTOOLS= libtool
USE_GCC= any
@@ -28,8 +27,8 @@ OPTIONS_DEFINE= DOCS
.if ${PORT_OPTIONS:MDOCS}
post-install:
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>