svn commit: r526076 - in head/archivers/rzip: . files

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 13 23:42:43 UTC 2020


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
 


More information about the svn-ports-all mailing list