svn commit: r343152 - head/audio/simplemod
Baptiste Daroussin
bapt at FreeBSD.org
Thu Feb 6 20:46:27 UTC 2014
Author: bapt
Date: Thu Feb 6 20:46:26 2014
New Revision: 343152
URL: http://svnweb.freebsd.org/changeset/ports/343152
QAT: https://qat.redports.org/buildarchive/r343152/
Log:
Support stage
Modified:
head/audio/simplemod/Makefile
Modified: head/audio/simplemod/Makefile
==============================================================================
--- head/audio/simplemod/Makefile Thu Feb 6 20:46:04 2014 (r343151)
+++ head/audio/simplemod/Makefile Thu Feb 6 20:46:26 2014 (r343152)
@@ -7,7 +7,7 @@ CATEGORIES= audio
MASTER_SITES= http://borderworlds.dk/projects/sm/
MAINTAINER= xi at borderworlds.dk
-COMMENT= A minimalistic module player
+COMMENT= Minimalistic module player
LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod
@@ -15,9 +15,8 @@ WRKSRC= ${WRKDIR}/simplemod
ALL_TARGET= simplemod
PLIST_FILES= bin/simplemod
-NO_STAGE= yes
do-install:
- ${INSTALL} -o 0 -g 0 -s ${WRKSRC}/simplemod ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/simplemod ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list