Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2020 04:29:29 +0000 (UTC)
From:      =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540744 - head/databases/grass7
Message-ID:  <202006290429.05T4TTOM093936@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006290429.05T4TTOM093936>