mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Fixed pkg-descr
- Change simple patch to reinplace_cmd
This commit is contained in:
parent
a2d5cc6798
commit
1c13efaf17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212283
@ -31,6 +31,10 @@ PLIST_DIRS= %%DATADIR%%
|
|||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e '/select_executables_only(const struct dirent/ s,const ,,' \
|
||||||
|
${WRKSRC}/src/gtkcompletionline.cc
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- src/gtkcompletionline.cc Thu Dec 18 14:47:42 2003
|
|
||||||
+++ src/gtkcompletionline.cc.orig Thu Dec 18 14:50:30 2003
|
|
||||||
@@ -348,7 +348,7 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
static int
|
|
||||||
-select_executables_only(const struct dirent* dent)
|
|
||||||
+select_executables_only(struct dirent* dent)
|
|
||||||
{
|
|
||||||
int len = strlen(dent->d_name);
|
|
||||||
int lenp = prefix.length();
|
|
@ -3,7 +3,7 @@ gmrun is a very featureful GTK+-2 Run box. Its features include:
|
|||||||
* Tilde completion
|
* Tilde completion
|
||||||
* Completion for separate words
|
* Completion for separate words
|
||||||
* Cycleable command history
|
* Cycleable command history
|
||||||
* Configuration file in /usr/X11R6/share/gmrun/gmrunrc,
|
* Configuration file in ${PREFIX}/share/gmrun/gmrunrc,
|
||||||
which can be copied to ~/.gmrunrc
|
which can be copied to ~/.gmrunrc
|
||||||
* Can spawn commands in a terminal
|
* Can spawn commands in a terminal
|
||||||
* Intelligent URL handling
|
* Intelligent URL handling
|
||||||
|
Loading…
Reference in New Issue
Block a user