Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2019 11:37:02 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494142 - head/textproc/scdoc
Message-ID:  <201902281137.x1SBb2jM089842@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Feb 28 11:37:02 2019
New Revision: 494142
URL: https://svnweb.freebsd.org/changeset/ports/494142

Log:
  textproc/scdoc: group pkgconfig and man path fixes together
  
  Current pkgconfig and man paths are hier(7) quirks. /usr/local layout
  is only really standardized by FHS. For one, NetBSD dropped /usr/local
  from hier(7) thus PkgSrc doesn't have to engage in pointless patching.

Modified:
  head/textproc/scdoc/Makefile   (contents, props changed)

Modified: head/textproc/scdoc/Makefile
==============================================================================
--- head/textproc/scdoc/Makefile	Thu Feb 28 11:13:35 2019	(r494141)
+++ head/textproc/scdoc/Makefile	Thu Feb 28 11:37:02 2019	(r494142)
@@ -14,7 +14,6 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake
-MAKE_ENV=	PCDIR="${STAGEDIR}${PREFIX}/libdata/pkgconfig"
 TEST_TARGET=	check
 PLIST_FILES=	bin/${PORTNAME} \
 		libdata/pkgconfig/${PORTNAME}.pc \
@@ -23,6 +22,7 @@ PLIST_FILES=	bin/${PORTNAME} \
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,share/man,man,' \
+		-e '/pkgconfig/s,lib,libdata,' \
 		-e '/BIN/s,install -Dm755,${INSTALL_PROGRAM},' \
 		-e '/MAN/s,install -Dm644,${INSTALL_MAN},' \
 		-e '/PC/s,install -Dm644,${INSTALL_DATA},' \



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