mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00: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
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…
Reference in New Issue
Block a user