diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 07:33:47 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 07:33:47 +0800 |
commit | e36f9dbee84ccfd7ed078050303a76b569d0ead0 (patch) | |
tree | 4f6e254ed273f40def6ec9e6d94066be8e9c6588 /russian/apache13 | |
parent | 26083abcc9eb48fec93239f2c3257eab60edb1c0 (diff) | |
download | freebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.tar.gz freebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.tar.zst freebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.zip |
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
Diffstat (limited to 'russian/apache13')
-rw-r--r-- | russian/apache13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/russian/apache13/Makefile b/russian/apache13/Makefile index 646e3deb23db..64dce67166ce 100644 --- a/russian/apache13/Makefile +++ b/russian/apache13/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Apr 10 22:30:36 EEST 1999 # Whom: vns@delta.odessa.ua # -# $Id: Makefile,v 1.2 1999/08/01 02:31:02 steve Exp $ +# $Id: Makefile,v 1.3 1999/08/22 18:59:51 mharo Exp $ # DISTNAME= apache_1.3.6 @@ -36,7 +36,7 @@ RA_VERSION= 28.16 # # Small hack for alternate processing patchfiles # -GZCAT=sh -c 'tar -zxf $$0 -C ${WRKSRC};cat ${WRKSRC}/RA-1.3rusPL${RA_VERSION}.patch' +GZCAT=sh -c 'tar -zxf $$0 -C ${WRKSRC};${CAT} ${WRKSRC}/RA-1.3rusPL${RA_VERSION}.patch' # # Set APACHE_PERF_TUNING env. variable to YES to get maximum performance |