diff options
author | kris <kris@FreeBSD.org> | 2004-02-09 09:41:12 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-09 09:41:12 +0800 |
commit | cbec2c7e58fd95287fd87a24c8e5af086778d3fa (patch) | |
tree | 9fa37d95ee81ff5acdf2d7229365e20c49a8b630 /databases/grass | |
parent | e3d5302337b316dfe476b041faae1939d9f2c394 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |