Remove DOCS option
- Bump PORTREVISION for package change
This commit is contained in:
parent
cfb1cbcad3
commit
ccd5ff7f1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438654
2 changed files with 2 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= readline
|
||||
PORTVERSION= 6.3.${PATCHLEVEL}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GNU
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
|
||||
|
@ -15,7 +16,7 @@ COMMENT= Library for editing command lines as they are typed
|
|||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
OPTIONS_DEFINE= TERMCAP DOCS
|
||||
OPTIONS_DEFINE= TERMCAP
|
||||
OPTIONS_DEFAULT=TERMCAP
|
||||
TERMCAP_DESC= Link against libtermcap
|
||||
|
||||
|
|
|
@ -28,6 +28,3 @@ man/man3/history.3.gz
|
|||
%%DATADIR%%/rlptytest.c
|
||||
%%DATADIR%%/rltest.c
|
||||
%%DATADIR%%/rlversion.c
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
|
|
Loading…
Reference in a new issue