mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
- Add LICENSE
- Support staging - Take maintainership
This commit is contained in:
parent
eca9e1a584
commit
4c23a2c3a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333826
@ -4,15 +4,16 @@
|
||||
PORTNAME= rzip
|
||||
PORTVERSION= 2.1
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= http://rzip.samba.org/ftp/rzip/
|
||||
MASTER_SITES= SAMBA
|
||||
MASTER_SITE_SUBDIR= rzip
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Compression program similar to gzip or bzip2
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
MAN1= rzip.1
|
||||
PLIST_FILES= bin/rzip
|
||||
PLIST_FILES= bin/rzip man/man1/rzip.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
13
archivers/rzip/files/patch-Makefile.in
Normal file
13
archivers/rzip/files/patch-Makefile.in
Normal file
@ -0,0 +1,13 @@
|
||||
--- ./Makefile.in.orig 2013-11-15 10:34:18.246331970 +0100
|
||||
+++ ./Makefile.in 2013-11-15 10:34:38.383364598 +0100
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
-INSTALL_BIN=$(exec_prefix)/bin
|
||||
-INSTALL_MAN=$(prefix)/man
|
||||
+INSTALL_BIN=$(DESTDIR)$(exec_prefix)/bin
|
||||
+INSTALL_MAN=$(DESTDIR)$(prefix)/man
|
||||
|
||||
LIBS=@LIBS@
|
||||
CC=@CC@
|
Loading…
Reference in New Issue
Block a user