svn commit: r540744 - head/databases/grass7

Loïc Bartoletti lbartoletti at FreeBSD.org
Mon Jun 29 04:29:30 UTC 2020


Author: lbartoletti
Date: Mon Jun 29 04:29:29 2020
New Revision: 540744
URL: https://svnweb.freebsd.org/changeset/ports/540744

Log:
  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

Modified:
  head/databases/grass7/Makefile

Modified: head/databases/grass7/Makefile
==============================================================================
--- head/databases/grass7/Makefile	Mon Jun 29 03:39:17 2020	(r540743)
+++ head/databases/grass7/Makefile	Mon Jun 29 04:29:29 2020	(r540744)
@@ -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>


More information about the svn-ports-all mailing list