mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
528da1aeb1
XFree86-4-manuals.
10 lines
233 B
Bash
10 lines
233 B
Bash
#!/bin/sh
|
|
|
|
LOCALDEF=$WRKDIR/.config
|
|
|
|
rm -f $LOCALDEF
|
|
echo "#define UseInstalledPrograms YES" >> $LOCALDEF
|
|
echo "#define StandardIncludes -I${PREFIX}/include" >> $LOCALDEF
|
|
|
|
sh $PORTSDIR/x11-servers/xorg-server/scripts/configure.gen
|