From ee04f259c19c48fe116a56aa1c44b106437563ab Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Thu, 22 Jun 2000 14:06:24 +0000 Subject: Oops, shot self in foot on last commit to PLIST. Make sure it doesn't happen again. --- www/grail/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/grail') 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 -- cgit v1.2.3