aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-06-04 01:13:45 +0800
committerbapt <bapt@FreeBSD.org>2014-06-04 01:13:45 +0800
commitb88cf6a384f0ae4edb69aa1b60515383fc71f4ed (patch)
treeb3b86c4b51ae339cccd6dd15cec37de85776616b /audio
parentf7da4b05c8e78e463f250e76167eea6f20b25cf3 (diff)
downloadfreebsd-ports-gnome-b88cf6a384f0ae4edb69aa1b60515383fc71f4ed.tar.gz
freebsd-ports-gnome-b88cf6a384f0ae4edb69aa1b60515383fc71f4ed.tar.zst
freebsd-ports-gnome-b88cf6a384f0ae4edb69aa1b60515383fc71f4ed.zip
Fix staging (make sure that PREFIX is changed only at install time and not at build time)
Diffstat (limited to 'audio')
-rw-r--r--audio/wavplay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/wavplay/Makefile b/audio/wavplay/Makefile
index d22369ba0fb7..077bcebcc20e 100644
--- a/audio/wavplay/Makefile
+++ b/audio/wavplay/Makefile
@@ -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