diff options
author | obrien <obrien@FreeBSD.org> | 1998-03-22 19:23:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-03-22 19:23:05 +0000 |
commit | 8c30c7b42e0ad370245c6f7f189405081ca75ac4 (patch) | |
tree | 034106e18c221f73f3f0f75dac59da1d7865385f /deskutils | |
parent | c72462cf376fc50dfd89851fc7dad33170703e2a (diff) | |
download | FreeBSD-ports-8c30c7b42e0ad370245c6f7f189405081ca75ac4.zip FreeBSD-ports-8c30c7b42e0ad370245c6f7f189405081ca75ac4.tar.gz |
Fix error with CPP definition.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/plan/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/plan/files/patch-ab b/deskutils/plan/files/patch-ab index d3a4402..da8b593 100644 --- a/deskutils/plan/files/patch-ab +++ b/deskutils/plan/files/patch-ab @@ -50,7 +50,7 @@ INCDIR =# # extra cc options, e.g. "-I/var/include" ! NOB_UID = 65534# # numerical user ID of <nobody> account ! NOB_GID = 65534# # default numerical group ID of <nobody> account -! CPP_PATH="/usr/bin -P -I$(HELP)"# used by plan to pre-process holiday files, +! CPP_PATH="/usr/bin/cpp -P -I$(HELP)"# used by plan to pre-process holiday files, # # plan will check if this file really exists ESCTOISOLATIN=\"\\033\(B\"# # switching to ISO8859-1 ESCTOJISLATIN=\"\\033\(J\"# # switching to JIS X0201-1976 roman |