Remove old bash_completion script. New ones are installed under
share/bash-completion and this port is already legacy so it won't get an update anytime soon...
This commit is contained in:
parent
f3a0bbb019
commit
c1937f439f
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.39 2012/09/21 14:48:06 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.40 2012/09/27 15:51:15 ajacoutot Exp $
|
||||
|
||||
COMMENT= glib bindings for dbus message system
|
||||
|
||||
DISTNAME= dbus-glib-0.100
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
EPOCH= 0
|
||||
|
||||
SHARED_LIBS+= dbus-glib-1 4.3 # .4.2
|
||||
@ -47,6 +47,8 @@ CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
|
||||
ac_cv_path_GTKDOC_REBASE="" \
|
||||
ac_cv_path_GTKDOC_MKPDF=""
|
||||
|
||||
FAKE_FLAGS= completiondir="${PREFIX}/share/examples/dbus-glib"
|
||||
post-install:
|
||||
rm ${WRKINST}/etc/bash_completion.d/dbus-bash-completion.sh
|
||||
rmdir ${WRKINST}/etc/bash_completion.d/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.15 2011/09/29 06:58:13 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.16 2012/09/27 15:51:15 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/dbus-binding-tool
|
||||
include/dbus-1.0/
|
||||
@ -14,7 +14,3 @@ lib/pkgconfig/
|
||||
lib/pkgconfig/dbus-glib-1.pc
|
||||
@bin libexec/dbus-bash-completion-helper
|
||||
@man man/man1/dbus-binding-tool.1
|
||||
share/examples/dbus-glib/
|
||||
@sample ${SYSCONFDIR}/bash_completion.d/
|
||||
share/examples/dbus-glib/dbus-bash-completion.sh
|
||||
@sample ${SYSCONFDIR}/bash_completion.d/dbus-bash-completion.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user