diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /www/grail/Makefile | |
parent | Assign USE_XLIB var. Any ports which use XLib needs it. (diff) |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'www/grail/Makefile')
-rw-r--r-- | www/grail/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile index 78b3a9c187e7..f33fe7ef9cdc 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -3,7 +3,7 @@ # Date created: 1/11/1999 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.7 1999/04/07 16:38:22 nectar Exp $ +# $Id: Makefile,v 1.8 1999/05/28 20:52:25 nectar Exp $ # DISTNAME= grail-06 @@ -25,8 +25,6 @@ GRAILDIR= ${PREFIX}/${GRAILSUBDIR} DIRS_CMD= ${CAT} ${PLIST} | ${GREP} '^@dirrm' | ${SED} 's,@dirrm ,,' FILES_CMD= ${CAT} ${PLIST} | ${GREP} -v '^@' | ${SED} 's,${GRAILSUBDIR}/,,' -CHOWN?=chown -CHMOD?=chmod FIND?=find PYTHON?=python |