diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/grass-i18n/Makefile | 8 | ||||
-rw-r--r-- | databases/grass/Makefile | 8 |
2 files changed, 14 insertions, 2 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> 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> |