1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

databases/grass7: Unbreak ports (fix r540559)

- fix bsd.post.mk
- Replace spaces by tabs (pet portlint)

PR:		247583
Submitted by:	Rainer Hurling
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D25497
This commit is contained in:
Loïc Bartoletti 2020-06-29 04:29:29 +00:00
parent 8917620cbe
commit 5e38209d3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540744

View File

@ -132,9 +132,9 @@ ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd
.include <bsd.port.pre.mk>
.if ${ARCH} == "aarch64" || ${ARCH} == "riscv64"
PLIST_SUB+= WOSBRK="@comment "
PLIST_SUB+= WOSBRK="@comment "
.else
PLIST_SUB+= WOSBRK=""
PLIST_SUB+= WOSBRK=""
.endif
.if !defined (GRASS_INST_DIR)
@ -212,4 +212,4 @@ post-install:
# symlink grass7
${LN} -sf ${PORTNAME}${VER} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX}
.include <bsd.port.mk>
.include <bsd.port.post.mk>