aboutsummaryrefslogtreecommitdiff
path: root/audio/malint
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/malint
parent0798d61585c1bb62d7fe58a74250b3d4b59388b0 (diff)
downloadports-f4a1e022c0d267b40fde97c90402277490d4eb4f.tar.gz
ports-f4a1e022c0d267b40fde97c90402277490d4eb4f.zip
Support staging.
Notes
Notes: svn path=/head/; revision=331422
Diffstat (limited to 'audio/malint')
-rw-r--r--audio/malint/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/malint/Makefile b/audio/malint/Makefile
index 31e6b1eb880c..0c964d053cdf 100644
--- a/audio/malint/Makefile
+++ b/audio/malint/Makefile
@@ -14,7 +14,6 @@ COMMENT= MPEG Audio stream validator
LICENSE= GPLv2
GNU_CONFIGURE= yes
-NO_STAGE= yes
PORTDOCS= README
PLIST_FILES= bin/malint
@@ -25,8 +24,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>