svn commit: r337579 - head/audio/cd-console

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 26 17:57:53 UTC 2013


Author: bapt
Date: Thu Dec 26 17:57:52 2013
New Revision: 337579
URL: http://svnweb.freebsd.org/changeset/ports/337579

Log:
  Support stage

Modified:
  head/audio/cd-console/Makefile

Modified: head/audio/cd-console/Makefile
==============================================================================
--- head/audio/cd-console/Makefile	Thu Dec 26 17:54:58 2013	(r337578)
+++ head/audio/cd-console/Makefile	Thu Dec 26 17:57:52 2013	(r337579)
@@ -7,9 +7,10 @@ CATEGORIES=	audio
 MASTER_SITES=	http://www.oskusoft.com/osku/cd-console/
 
 MAINTAINER=	jdunn at aquezada.com
-COMMENT=	A curses-based console CD player
+COMMENT=	Curses-based console CD player
+
+MAKE_ARGS=	BINPATH=${STAGEDIR}${PREFIX}/bin
 
-NO_STAGE=	yes
 PLIST_FILES=	bin/cd-console
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list