- Fixed pkg-plist.
- Bump PORTREVISION. Reported by: QAT
This commit is contained in:
parent
78c396b969
commit
374202c29c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233698
2 changed files with 13 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= readline
|
||||
PORTVERSION= 6.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU} \
|
||||
ftp://ftp.cwru.edu/pub/bash/
|
||||
|
|
|
@ -12,4 +12,16 @@ lib/libhistory.so.6
|
|||
lib/libhistory.so
|
||||
lib/libreadline.so.6
|
||||
lib/libreadline.so
|
||||
%%DATADIR%%/excallback.c
|
||||
%%DATADIR%%/fileman.c
|
||||
%%DATADIR%%/histexamp.c
|
||||
%%DATADIR%%/manexamp.c
|
||||
%%DATADIR%%/rl-fgets.c
|
||||
%%DATADIR%%/rl.c
|
||||
%%DATADIR%%/rlcat.c
|
||||
%%DATADIR%%/rlevent.c
|
||||
%%DATADIR%%/rlptytest.c
|
||||
%%DATADIR%%/rltest.c
|
||||
%%DATADIR%%/rlversion.c
|
||||
@dirrm include/readline
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue