mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Oops, shot self in foot on last commit to PLIST. Make sure
it doesn't happen again.
This commit is contained in:
parent
c554962384
commit
ee04f259c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29779
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user