mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Honor $(PREFIX) for include files.
This commit is contained in:
parent
e5711333c5
commit
25db1e389f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38090
1 changed files with 1 additions and 0 deletions
1
math/calc/scripts/configure
vendored
1
math/calc/scripts/configure
vendored
|
@ -7,6 +7,7 @@ F=$WRKSRC/Makefile
|
|||
chmod +w $F || exit 1;
|
||||
|
||||
echo "BINDIR= $PREFIX/bin" >> $F || exit 1;
|
||||
echo "INCDIR= $PREFIX/include" >> $F
|
||||
echo "TOPDIR= $PREFIX/lib" >> $F
|
||||
echo "MANDIR= $PREFIX/man/man1" >> $F
|
||||
echo "CCOPT= -Wall -Wno-implicit -Wno-comment" >> $F
|
||||
|
|
Loading…
Add table
Reference in a new issue