Don't assume a specific depth for prefix and don't hardcode paths either.
From maintainer Nils Nordman <nino@nforced.com>.
This commit is contained in:
parent
e91e33a83d
commit
0212ed7bf9
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.7 2001/09/20 18:39:13 naddy Exp $
|
# $OpenBSD: Makefile,v 1.8 2001/09/20 19:26:32 naddy Exp $
|
||||||
|
|
||||||
COMMENT= "libraries for the GNOME project"
|
COMMENT= "libraries for the GNOME project"
|
||||||
V= 1.2.13
|
V= 1.2.13
|
||||||
@ -36,6 +36,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-libs; \
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-libs; \
|
||||||
cp -rp ${PREFIX}/../../etc/* ${PREFIX}/share/examples/gnome-libs/
|
cp -rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gnome-libs/
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# $OpenBSD: INSTALL,v 1.2 2001/09/18 21:42:04 naddy Exp $
|
# $OpenBSD: INSTALL,v 1.3 2001/09/20 19:26:32 naddy Exp $
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||||
@ -14,7 +14,7 @@ do_post() {
|
|||||||
echo
|
echo
|
||||||
echo "+--------------- ${P_NAME}"
|
echo "+--------------- ${P_NAME}"
|
||||||
|
|
||||||
install -d /etc/sound/events
|
install -d ${SYSCONFDIR}/sound/events
|
||||||
# install or take note of existing config files
|
# install or take note of existing config files
|
||||||
for f in \
|
for f in \
|
||||||
mime-magic \
|
mime-magic \
|
||||||
|
Loading…
Reference in New Issue
Block a user