- Rename obprop to resolve a conflict with misc/openbabel
jasper@ who reported the issue, ok ajacoutot@
This commit is contained in:
parent
5d8b361c1c
commit
6aacb5b150
@ -1,8 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.50 2009/12/23 11:14:01 benoit Exp $
|
# $OpenBSD: Makefile,v 1.51 2009/12/29 23:32:02 benoit Exp $
|
||||||
|
|
||||||
COMMENT = small, fast & usable window manager
|
COMMENT = small, fast & usable window manager
|
||||||
|
|
||||||
DISTNAME = openbox-3.4.9
|
DISTNAME = openbox-3.4.9
|
||||||
|
PKGNAME = ${DISTNAME}p0
|
||||||
SHARED_LIBS += obparser 9.1 # .21.5
|
SHARED_LIBS += obparser 9.1 # .21.5
|
||||||
SHARED_LIBS += obrender 9.1 # .21.5
|
SHARED_LIBS += obrender 9.1 # .21.5
|
||||||
CATEGORIES = x11
|
CATEGORIES = x11
|
||||||
@ -54,4 +55,10 @@ pre-configure:
|
|||||||
@perl -pi -e 's,/usr/bin/env python,${MODPY_BIN},' \
|
@perl -pi -e 's,/usr/bin/env python,${MODPY_BIN},' \
|
||||||
${WRKSRC}/tools/xdg-autostart/xdg-autostart
|
${WRKSRC}/tools/xdg-autostart/xdg-autostart
|
||||||
|
|
||||||
|
#
|
||||||
|
# Rename obprop to obxprop to resolve a conflict with misc/openbabel
|
||||||
|
#
|
||||||
|
post-install:
|
||||||
|
mv ${PREFIX}/bin/obprop ${PREFIX}/bin/obxprop
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.23 2009/12/23 11:14:02 benoit Exp $
|
@comment $OpenBSD: PLIST,v 1.24 2009/12/29 23:32:04 benoit Exp $
|
||||||
%%SHARED%%
|
%%SHARED%%
|
||||||
@bin bin/gdm-control
|
@bin bin/gdm-control
|
||||||
@bin bin/gnome-panel-control
|
@bin bin/gnome-panel-control
|
||||||
@bin bin/obprop
|
@bin bin/obxprop
|
||||||
@bin bin/openbox
|
@bin bin/openbox
|
||||||
bin/openbox-gnome-session
|
bin/openbox-gnome-session
|
||||||
bin/openbox-kde-session
|
bin/openbox-kde-session
|
||||||
|
Loading…
Reference in New Issue
Block a user