opnsense-ports/lang/fpc/files/patch-compiler-utils_samplecfg
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
509 B
Text

--- compiler/utils/samplecfg 2011-12-10 07:59:24.000000000 -0500
+++ compiler/utils/samplecfg 2012-02-23 15:47:13.000000000 -0500
@@ -37,8 +37,8 @@
# Detect if we have write permission in sysdir.
if [ -w "$sysdir" ] ; then
echo Write permission in $sysdir.
- fpccfgfile="$sysdir"/fpc.cfg
- fppkgfile="$sysdir"/fppkg.cfg
+ fpccfgfile="$sysdir"/fpc.cfg.sample
+ fppkgfile="$sysdir"/fppkg.cfg.sample
defaultfile="$sysdir"/fppkg/default
compilerconfigdir="-d CompilerConfigDir=$sysdir/fppkg"
else