summaryrefslogtreecommitdiffstats
path: root/net/openswan/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'net/openswan/PRE_BUILD')
-rwxr-xr-xnet/openswan/PRE_BUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openswan/PRE_BUILD b/net/openswan/PRE_BUILD
index a0240abbd6..614043a9ec 100755
--- a/net/openswan/PRE_BUILD
+++ b/net/openswan/PRE_BUILD
@@ -1,6 +1,6 @@
-default_pre_build &&
-
-cd $SOURCE_DIRECTORY &&
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
sedit 's!/usr/local!/usr!g' Makefile.inc && # Install to /usr
+sedit 's:=man:=share/man:' Makefile.inc && # Install manpages to /usr/share
sedit 's/ setup / /' programs/Makefile # Don't install init scripts.