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

@ -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>