Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2020 23:42:42 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526076 - in head/archivers/rzip: . files
Message-ID:  <202002132342.01DNgg2S014996@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Feb 13 23:42:42 2020
New Revision: 526076
URL: https://svnweb.freebsd.org/changeset/ports/526076

Log:
  Set the install-path via configure instead of patching Makefile.in
  
  The change gets rid of the sole patch -- and thus the entire files/ -- by using
  a Makefile-knob.
  
  The resulting build is exactly the same -- no need to bump PORTREVISION.
  
  PR:		244107
  Submitted by:	mi

Deleted:
  head/archivers/rzip/files/
Modified:
  head/archivers/rzip/Makefile

Modified: head/archivers/rzip/Makefile
==============================================================================
--- head/archivers/rzip/Makefile	Thu Feb 13 23:38:30 2020	(r526075)
+++ head/archivers/rzip/Makefile	Thu Feb 13 23:42:42 2020	(r526076)
@@ -13,6 +13,7 @@ COMMENT=	Compression program similar to gzip or bzip2
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_PREFIX=${STAGEDIR}${PREFIX}
 
 PLIST_FILES=	bin/rzip man/man1/rzip.1.gz
 



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