Move HOMEPAGE and MASTER_SITES to https. Also add a comment above the
PERMIT_PACKAGE line noting it is GPLv2 licensed while here. REVISION bumped. Also put a line between PERMIT_PACKAGE and WANTLIB. Tweak and ok sthen@
This commit is contained in:
parent
fea28d8be5
commit
bfcd295421
@ -1,17 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2019/07/14 00:39:35 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2019/07/14 21:45:42 kmos Exp $
|
||||
|
||||
COMMENT= receive/send files via X/Y/ZMODEM protocol
|
||||
|
||||
DISTNAME= lrzsz-0.12.20
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= comms
|
||||
|
||||
HOMEPAGE= http://www.ohse.de/uwe/software/lrzsz.html
|
||||
HOMEPAGE= https://www.ohse.de/uwe/software/lrzsz.html
|
||||
|
||||
MASTER_SITES= http://www.ohse.de/uwe/releases/
|
||||
MASTER_SITES= https://www.ohse.de/uwe/releases/
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE= Yes
|
||||
WANTLIB= c
|
||||
|
||||
WANTLIB= c
|
||||
|
||||
SEPARATE_BUILD= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
Loading…
Reference in New Issue
Block a user