diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /www/httperf | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'www/httperf')
-rw-r--r-- | www/httperf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/httperf/Makefile b/www/httperf/Makefile index 127143800337..ead81c0865a6 100644 --- a/www/httperf/Makefile +++ b/www/httperf/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Jul 1999 # Whom: Will Andrews <andrews@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/08/01 03:21:01 steve Exp $ # DISTNAME= httperf-0.6 @@ -22,7 +22,7 @@ USE_GMAKE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/httperf ${PREFIX}/bin - chmod 750 ${PREFIX}/bin/httperf + ${CHMOD} 750 ${PREFIX}/bin/httperf @${MKDIR} ${PREFIX}/share/httperf @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/httperf @${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/httperf |