From 5155c246bd427c54c751e13978d954af95437afa Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 9 Feb 2004 01:41:12 +0000 Subject: BROKEN on 5.x: broken pkg-plist --- databases/grass-i18n/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'databases/grass-i18n') 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 + +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.endif + post-install: -(cd ${PREFIX} && ${GREP} -v "@" ${PLIST} | \ ${XARGS} ${STRIP_CMD} 2> /dev/null || ${TRUE}) -.include +.include -- cgit v1.2.3