aboutsummaryrefslogtreecommitdiffstats
path: root/databases/grass
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-09 09:41:12 +0800
committerkris <kris@FreeBSD.org>2004-02-09 09:41:12 +0800
commitcbec2c7e58fd95287fd87a24c8e5af086778d3fa (patch)
tree9fa37d95ee81ff5acdf2d7229365e20c49a8b630 /databases/grass
parente3d5302337b316dfe476b041faae1939d9f2c394 (diff)
downloadfreebsd-ports-gnome-cbec2c7e58fd95287fd87a24c8e5af086778d3fa.tar.gz
freebsd-ports-gnome-cbec2c7e58fd95287fd87a24c8e5af086778d3fa.tar.zst
freebsd-ports-gnome-cbec2c7e58fd95287fd87a24c8e5af086778d3fa.zip
BROKEN on 5.x: broken pkg-plist
Diffstat (limited to 'databases/grass')
-rw-r--r--databases/grass/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile
index 9a6d71f722c2..e09aeaa0b9c2 100644
--- a/databases/grass/Makefile
+++ b/databases/grass/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>