svn commit: r356381 - head/audio/wavplay

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 3 17:13:46 UTC 2014


Author: bapt
Date: Tue Jun  3 17:13:45 2014
New Revision: 356381
URL: http://svnweb.freebsd.org/changeset/ports/356381
QAT: https://qat.redports.org/buildarchive/r356381/

Log:
  Fix staging (make sure that PREFIX is changed only at install time and not at build time)

Modified:
  head/audio/wavplay/Makefile

Modified: head/audio/wavplay/Makefile
==============================================================================
--- head/audio/wavplay/Makefile	Tue Jun  3 17:07:37 2014	(r356380)
+++ head/audio/wavplay/Makefile	Tue Jun  3 17:13:45 2014	(r356381)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wavplay
 PORTVERSION=	1.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	SUNSITE/apps/sound/players/
 
@@ -13,7 +13,7 @@ COMMENT=	A wav player and recorder
 ONLY_FOR_ARCHS=	i386 amd64
 ONLY_FOR_ARCHS_REASON=Doesn't work on !i386 and amd64
 
-MAKE_ARGS=	PREFIX="${STAGEDIR}${PREFIX}"
+INSTALL_TARGET=	install PREFIX="${STAGEDIR}${PREFIX}"
 
 PLIST_FILES=	bin/wavplay bin/wavrec man/man1/${PORTNAME}.1.gz
 


More information about the svn-ports-head mailing list