summaryrefslogtreecommitdiff
path: root/www/fcgi
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
commit3262cce303b354dfda0c0b11bbbda803a827665b (patch)
treec032983554a8629dd6dfa9af9f4d687c43e5ac6f /www/fcgi
parentActivate icqnix. (diff)
expr -> ${EXPR}
mv -> ${MV} rm -> ${RM} tr -> ${TR}
Notes
Notes: svn path=/head/; revision=21051
Diffstat (limited to 'www/fcgi')
-rw-r--r--www/fcgi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile
index 2ae060dc56e6..a7f7fca7941d 100644
--- a/www/fcgi/Makefile
+++ b/www/fcgi/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 May 1999
# Whom: kbyanc
#
-# $Id: Makefile,v 1.1.1.1 1999/06/09 01:43:04 steve Exp $
+# $Id: Makefile,v 1.2 1999/08/11 19:01:50 cpiazza Exp $
#
DISTNAME= fcgi-devkit-2.1
@@ -19,7 +19,7 @@ USE_PERL5= yes
GNU_CONFIGURE= yes
post-install:
- @rm -f ${PREFIX}/fcgi-devkit/libfcgi/os_unix.c.orig \
+ @${RM} -f ${PREFIX}/fcgi-devkit/libfcgi/os_unix.c.orig \
${PREFIX}/fcgi-devkit/Makefile.in.orig
.include <bsd.port.mk>