diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-21 21:56:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-21 21:56:25 +0000 |
commit | 37092d0f5ffc6ab6108f77c267c21a1707e37eab (patch) | |
tree | 86f0bb4d67538a743fc7087ce7810caa74e2e4ed /www/phpgedview | |
parent | c6fafae8d8f4438354008aaab3ebf5a5218a87ab (diff) | |
download | ports-37092d0f5ffc6ab6108f77c267c21a1707e37eab.tar.gz ports-37092d0f5ffc6ab6108f77c267c21a1707e37eab.zip |
- Fix plist after recent php changes
Notes
Notes:
svn path=/head/; revision=163017
Diffstat (limited to 'www/phpgedview')
-rw-r--r-- | www/phpgedview/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/phpgedview/Makefile b/www/phpgedview/Makefile index 3f43f565db1e..bf51d8fd2cda 100644 --- a/www/phpgedview/Makefile +++ b/www/phpgedview/Makefile @@ -40,6 +40,7 @@ post-extract: .endfor ${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?%%GEDVIEWDIR%%?g" >${PLIST} ${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dirrm %%GEDVIEWDIR%%?g" >> ${PLIST} + ${ECHO_CMD} @dirrmtry www/data >> ${PLIST} do-install: ${INSTALL_DATA} -d ${FULLGWDIR} |