svn commit: r338638 - head/audio/mp3rename

Antoine Brodin antoine at FreeBSD.org
Sat Jan 4 10:03:26 UTC 2014


Author: antoine
Date: Sat Jan  4 10:03:25 2014
New Revision: 338638
URL: http://svnweb.freebsd.org/changeset/ports/338638

Log:
  Stage support

Modified:
  head/audio/mp3rename/Makefile

Modified: head/audio/mp3rename/Makefile
==============================================================================
--- head/audio/mp3rename/Makefile	Sat Jan  4 09:43:04 2014	(r338637)
+++ head/audio/mp3rename/Makefile	Sat Jan  4 10:03:25 2014	(r338638)
@@ -12,13 +12,12 @@ COMMENT=	Renaming program for MP3 files 
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
 
-NO_STAGE=	yes
 PLIST_FILES=	bin/mp3rename
 
 do-build:
 	cd ${WRKSRC} && ${CC} ${CFLAGS} -o mp3rename mp3rename.c
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/mp3rename ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/mp3rename ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list