Fix staging (make sure that PREFIX is changed only at install time and not at build time)
This commit is contained in:
parent
cdd9e27439
commit
4ed5e249c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356381
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue