Install bash completion file
- Bump PORTREVISION for package change
This commit is contained in:
parent
05eb45c840
commit
716daaf761
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432765
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= aria2
|
||||
PORTVERSION= 1.31.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${PORTVERSION}/ \
|
||||
LOCAL/sunpoet
|
||||
@ -54,4 +55,8 @@ SSH2_LIB_DEPENDS= libssh2.so:security/libssh2
|
||||
|
||||
ARIA2_DISK_CACHE?= 16M
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/bash_completion/aria2c ${STAGEDIR}${PREFIX}/etc/bash_completion.d/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/aria2c
|
||||
etc/bash_completion.d/aria2c
|
||||
include/aria2/aria2.h
|
||||
lib/libaria2.a
|
||||
lib/libaria2.so
|
||||
|
Loading…
Reference in New Issue
Block a user