mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
Don't use ${STAGEDIR} in CONFIGURE_ARGS
Notified by: William Grzybowski <william88@gmail.com>
This commit is contained in:
parent
f99f870994
commit
08ed78a7b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331325
@ -16,7 +16,7 @@ HAS_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_CSTD= gnu89
|
||||
|
||||
CONFIGURE_ARGS+= --prefix=${STAGEDIR}${PREFIX}
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/amigadepacker man/man1/amigadepacker.1.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user