aboutsummaryrefslogtreecommitdiff
path: root/audio/wmsmixer
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-05 22:52:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-05 22:52:33 +0000
commit6a6744298f8778e1a49d8d02d6b41509ad7fd694 (patch)
tree2670839a0118d2b2025790c45a1d4013ac072376 /audio/wmsmixer
parentf10e5831a8eb6cb566f2c54caa06d8a93fd17c75 (diff)
downloadports-6a6744298f8778e1a49d8d02d6b41509ad7fd694.tar.gz
ports-6a6744298f8778e1a49d8d02d6b41509ad7fd694.zip
Support stage
Notes
Notes: svn path=/head/; revision=342883
Diffstat (limited to 'audio/wmsmixer')
-rw-r--r--audio/wmsmixer/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/audio/wmsmixer/Makefile b/audio/wmsmixer/Makefile
index 0776ec908d06..5222c4b0b4a4 100644
--- a/audio/wmsmixer/Makefile
+++ b/audio/wmsmixer/Makefile
@@ -8,23 +8,20 @@ CATEGORIES= audio windowmaker
MASTER_SITES= http://redundancy.redundancy.org/mirror/
MAINTAINER= lx@FreeBSD.org
-COMMENT= An audio mixer for the WindowMaker dock
+COMMENT= Audio mixer for the WindowMaker dock
+
+OPTIONS_DEFINE= DOCS
PLIST_FILES= bin/wmsmixer
PORTDOCS= README
USES= imake
-NO_STAGE= yes
USE_XORG= xpm
MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS}"
-.include <bsd.port.options.mk>
-
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wmsmixer ${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
+ ${INSTALL_PROGRAM} ${WRKSRC}/wmsmixer ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>