diff options
Diffstat (limited to 'network/hylafax+')
-rw-r--r-- | network/hylafax+/config.local.in | 6 | ||||
-rw-r--r-- | network/hylafax+/hylafax+.SlackBuild | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/hylafax+/config.local.in b/network/hylafax+/config.local.in index 6b5fcb8e43..9c9d8a33c5 100644 --- a/network/hylafax+/config.local.in +++ b/network/hylafax+/config.local.in @@ -64,7 +64,7 @@ DIR_SPOOL="/var/spool/hylafax" # directory for spooling area DIR_SBIN="/usr/sbin" # directory for system apps #DIR_LOCKS="/usr/spool/locks" # directory for UUCP lock files #FONTMAP="/usr/share/ghostscript/3.33" # directorys containing Fontmap files -#PATH_AFM="/usr/lib/@LIBDIRSUFFIX@/DPS/AFM" # directorys for AFM files +#PATH_AFM="/usr/lib@LIBDIRSUFFIX@/DPS/AFM" # directorys for AFM files # # HTML-specific parameters; only used when the @@ -94,10 +94,10 @@ SYSUID="root" # user ID for system installs #PATH_GETTY="/etc/getty" # pathname of suitable getty program #PATH_VGETTY="/bin/vgetty" # pathname of voice getty program #PATH_EGETTY="/bin/egetty" # pathname of external getty program -#PATH_SENDMAIL="/usr/lib/@LIBDIRSUFFIX@/sendmail" # pathname of suitable sendmail program +#PATH_SENDMAIL="/usr/lib@LIBDIRSUFFIX@/sendmail" # pathname of suitable sendmail program PATH_GSRIP="/usr/bin/gs" # pathname of Ghostscript-based RIP #PATH_DPSRIP="/var/spool/hylafax/bin/ps2fax.exe" # pathname of DPS-based RIP -#PATH_IMPRIP="/usr/lib/@LIBDIRSUFFIX@/print/psrip" # pathname of Impressario 2.1 RIP +#PATH_IMPRIP="/usr/lib@LIBDIRSUFFIX@/print/psrip" # pathname of Impressario 2.1 RIP #MANSCHEME="sysv-source-cat-strip" # manual page installation scheme SYSVINIT="auto" # install SysV-style init support (auto|yes|no) DIR_SYSVINIT="/etc/rc.d" # location of SysV-style init script diff --git a/network/hylafax+/hylafax+.SlackBuild b/network/hylafax+/hylafax+.SlackBuild index 51620ab5d3..e9be8c8f50 100644 --- a/network/hylafax+/hylafax+.SlackBuild +++ b/network/hylafax+/hylafax+.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=hylafax+ SRCNAM=hylafax VERSION=${VERSION:-5.5.8} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |