aboutsummaryrefslogtreecommitdiff
path: root/audio/ximp3
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-16 03:28:12 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-16 03:28:12 +0000
commit57f5b44aa5fbe3984040546fedfee6be73c38efc (patch)
treec29e2ba170cd538054adbda97225921d1c72356a /audio/ximp3
parent60b201c862fa302089c3602a5113c2ef83650ec4 (diff)
downloadports-57f5b44aa5fbe3984040546fedfee6be73c38efc.tar.gz
ports-57f5b44aa5fbe3984040546fedfee6be73c38efc.zip
- Support staging
Notes
Notes: svn path=/head/; revision=330476
Diffstat (limited to 'audio/ximp3')
-rw-r--r--audio/ximp3/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/ximp3/Makefile b/audio/ximp3/Makefile
index c5549ce16124..61b3923c5e21 100644
--- a/audio/ximp3/Makefile
+++ b/audio/ximp3/Makefile
@@ -10,17 +10,15 @@ MAINTAINER= amdmi3@FreeBSD.org
COMMENT= A simple console MP3 player
GNU_CONFIGURE= yes
-NO_STAGE= yes
PORTDOCS= *
PLIST_FILES= bin/${PORTNAME}
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE= DOCS
+OPTIONS_DEFAULT=DOCS
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>