mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
- use of official master site - remove 'expect' from CONFLICTS - remove DOCS option - binaries are stripped by default - help files are linked relatively Approved by: crees (maintainer), jpaetzel (mentor)
28 lines
894 B
Text
28 lines
894 B
Text
--- configure.orig 2016-09-05 22:33:24 UTC
|
|
+++ configure
|
|
@@ -677,6 +677,7 @@ MV
|
|
CP
|
|
RM
|
|
INSTALL_DATA
|
|
+INSTALL_LIB
|
|
INSTALL_SCRIPT
|
|
INSTALL_PROGRAM
|
|
SET_MAKE
|
|
@@ -4833,6 +4834,8 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCR
|
|
|
|
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
|
|
|
+test -z "$INSTALL_LIB" && INSTALL_LIB='${INSTALL} -s -m 644'
|
|
+
|
|
# Extract the first word of "rm", so it can be a program name with args.
|
|
set dummy rm; ac_word=$2
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
@@ -5424,7 +5427,7 @@ if test "x$enable_fhs_paths" = "xyes"; t
|
|
pkglibexecdir='${libexecdir}/${PACKAGE_TARNAME}'
|
|
rundir=${rundir-'${prefix}/run'}
|
|
pkgrundir='${rundir}/${PACKAGE_TARNAME}'
|
|
- pkglocalstatedir='${localstatedir}/${PACKAGE_TARNAME}'
|
|
+ pkglocalstatedir='${localstatedir}/db/${PACKAGE_TARNAME}'
|
|
else
|
|
libexecdir='${bindir}'
|
|
pkglibexecdir='${libexecdir}'
|