diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2000-06-22 14:06:24 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2000-06-22 14:06:24 +0000 |
commit | ee04f259c19c48fe116a56aa1c44b106437563ab (patch) | |
tree | e0f6b084348ebc87a48d2d3dfbdc2a54b6197e4f /www/grail | |
parent | Update the base XFree86 to 3.3.6. (diff) |
Oops, shot self in foot on last commit to PLIST. Make sure
it doesn't happen again.
Notes
Notes:
svn path=/head/; revision=29779
Diffstat (limited to 'www/grail')
-rw-r--r-- | www/grail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile index 2ae6432b6aa9..18da12b09965 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -21,8 +21,8 @@ WRKSRC= ${WRKDIR}/${PKGNAME} GRAILSUBDIR= share/grail GRAILDIR= ${PREFIX}/${GRAILSUBDIR} -DIRS_CMD= ${CAT} ${PLIST} | ${GREP} '^@dirrm' | ${SED} 's,@dirrm ,,' -FILES_CMD= ${CAT} ${PLIST} | ${GREP} -v '^@' | ${SED} 's,${GRAILSUBDIR}/,,' +DIRS_CMD= ${SED} -e '/^@dirrm/bok' -e 'D' -e ':ok' -e 's,@dirrm ,,' < ${PLIST} +FILES_CMD= ${SED} -e '/^share\//bok' -e 'D' -e ':ok' -e 's,${GRAILSUBDIR}/,,' < ${PLIST} FIND?=find PYTHON?=python |