Files
ports/archivers/rzip/Makefile
T
Emanuel Haupt 2d6803abe7 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
2020-02-13 23:42:42 +00:00

24 lines
443 B
Makefile

# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
PORTNAME= rzip
PORTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= SAMBA/rzip
MAINTAINER= ehaupt@FreeBSD.org
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
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rzip
.include <bsd.port.mk>