Add LICENSE_FILE
- Cosmetic change
This commit is contained in:
parent
cb8a10e608
commit
a6d5a3bdbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437998
1 changed files with 4 additions and 3 deletions
|
@ -13,6 +13,7 @@ MAINTAINER= sunpoet@FreeBSD.org
|
|||
COMMENT= Library for editing command lines as they are typed
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
OPTIONS_DEFINE= TERMCAP DOCS
|
||||
OPTIONS_DEFAULT=TERMCAP
|
||||
|
@ -29,9 +30,9 @@ CPE_VERSION= ${PORTVERSION:R}
|
|||
CPE_UPDATE= ${PATCHLEVEL}
|
||||
|
||||
PATCHES= 1 2 3 4 5 6 7 8
|
||||
PATCHLEVEL= ${PATCHES:Q:S|\ |.|g:E}
|
||||
.for patch in ${PATCHES:S|^|00|}
|
||||
PATCHFILES+= ${PORTNAME}${PORTVERSION:R:S|.||}-${patch:C|.*(...)$|\1|}
|
||||
PATCHLEVEL= ${PATCHES:O:[-1]}
|
||||
.for patch in ${PATCHES}
|
||||
PATCHFILES+= ${PORTNAME}${PORTVERSION:R:S|.||}-${patch:S|^|00|:S|.*(...)$|\1|}
|
||||
.endfor
|
||||
|
||||
post-patch-TERMCAP-on:
|
||||
|
|
Loading…
Reference in a new issue