diff options
author | nectar <nectar@FreeBSD.org> | 2000-06-22 22:06:24 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-06-22 22:06:24 +0800 |
commit | 2577f72941b9f9094ee77e7811a1f50d8743c85e (patch) | |
tree | cc6594cd01f7256927dcdb156030a7e2d3f5c32b /www/grail | |
parent | 2f72a7604eaa5567f42cd53344eddf2b2130d55a (diff) | |
download | freebsd-ports-graphics-2577f72941b9f9094ee77e7811a1f50d8743c85e.tar.gz freebsd-ports-graphics-2577f72941b9f9094ee77e7811a1f50d8743c85e.tar.zst freebsd-ports-graphics-2577f72941b9f9094ee77e7811a1f50d8743c85e.zip |
Oops, shot self in foot on last commit to PLIST. Make sure
it doesn't happen again.
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 2ae6432b6aa..18da12b0996 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 |