0e93e0fddc
documentation.
11 lines
317 B
Bash
11 lines
317 B
Bash
#!/bin/sh
|
|
|
|
LOCALDEF=$WRKDIR/.config
|
|
|
|
rm -f $LOCALDEF
|
|
echo "#define BuildMiscDocs YES" >> $LOCALDEF
|
|
echo "#define BuildSpecsDocs YES" >> $LOCALDEF
|
|
# echo "#define HasGhostScript YES" >> $LOCALDEF
|
|
echo "#define DocDir ${PREFIX}/share/doc/X11" >> $LOCALDEF
|
|
|
|
sh $PORTSDIR/x11-servers/xorg-server/scripts/configure.gen
|