mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
- Revert r427239
- Bump PORTREVISION for package change PR: 215040 Reported by: Ting-Wei Lan <lantw44@gmail.com>
This commit is contained in:
parent
0b9da904a7
commit
66a5f901b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427882
2 changed files with 2 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
||||||
PORTNAME= gflags
|
PORTNAME= gflags
|
||||||
PORTVERSION= 2.2.0
|
PORTVERSION= 2.2.0
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
@ -29,8 +29,4 @@ USE_GITHUB= yes
|
||||||
|
|
||||||
SHEBANG_FILES= src/gflags_completions.sh
|
SHEBANG_FILES= src/gflags_completions.sh
|
||||||
|
|
||||||
post-install:
|
|
||||||
${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/
|
|
||||||
${MV} ${STAGEDIR}${PREFIX}/bin/gflags_completions.sh ${STAGEDIR}${PREFIX}/etc/bash_completion.d/
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
etc/bash_completion.d/gflags_completions.sh
|
bin/gflags_completions.sh
|
||||||
include/gflags/gflags.h
|
include/gflags/gflags.h
|
||||||
include/gflags/gflags_completions.h
|
include/gflags/gflags_completions.h
|
||||||
include/gflags/gflags_declare.h
|
include/gflags/gflags_declare.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue