Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 2014 17:13:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356381 - head/audio/wavplay
Message-ID:  <201406031713.s53HDkhD078101@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406031713.s53HDkhD078101>