diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 01:41:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 01:41:12 +0000 |
commit | 5155c246bd427c54c751e13978d954af95437afa (patch) | |
tree | ec4cdab34fb371d19352edd4860c5e5030665eb5 /databases/grass-i18n/Makefile | |
parent | 2a9f95156545144efb605f0fcfe5de5fd759554b (diff) | |
download | ports-5155c246bd427c54c751e13978d954af95437afa.tar.gz ports-5155c246bd427c54c751e13978d954af95437afa.zip |
BROKEN on 5.x: broken pkg-plist
Notes
Notes:
svn path=/head/; revision=100434
Diffstat (limited to 'databases/grass-i18n/Makefile')
-rw-r--r-- | databases/grass-i18n/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/grass-i18n/Makefile b/databases/grass-i18n/Makefile index 9a6d71f722c2..e09aeaa0b9c2 100644 --- a/databases/grass-i18n/Makefile +++ b/databases/grass-i18n/Makefile @@ -58,8 +58,14 @@ CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \ --with-nls \ --without-motif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.endif + post-install: -(cd ${PREFIX} && ${GREP} -v "@" ${PLIST} | \ ${XARGS} ${STRIP_CMD} 2> /dev/null || ${TRUE}) -.include <bsd.port.mk> +.include <bsd.port.post.mk> |