From be04f5a49df0c747d3726d9d7dbd5b327382efec Mon Sep 17 00:00:00 2001 From: brad Date: Thu, 8 Apr 2004 00:05:48 +0000 Subject: [PATCH] - don't need --enable-static - style --- audio/esound/Makefile | 4 ++-- audio/esound/pkg/DEINSTALL | 3 +-- audio/esound/pkg/INSTALL | 9 +-------- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 8d406f978d7..a8f8c9dcf7b 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2004/03/02 07:57:21 brad Exp $ +# $OpenBSD: Makefile,v 1.32 2004/04/08 00:05:48 brad Exp $ # $FreeBSD: Makefile,v 1.8 1999/03/09 01:08:46 nectar Exp $ COMMENT= "sound library for Enlightenment" @@ -22,7 +22,7 @@ PERMIT_DISTFILES_FTP= Yes SEPARATE_BUILD= concurrent CONFIGURE_STYLE= autoconf CONFIGURE_ARGS+= ${CONFIGURE_SHARED} -CONFIGURE_ARGS+= --enable-static --with-libwrap +CONFIGURE_ARGS+= --with-libwrap post-extract: @cp -f ${FILESDIR}/audio_sun.c ${WRKSRC} diff --git a/audio/esound/pkg/DEINSTALL b/audio/esound/pkg/DEINSTALL index 9c05e6c7de8..045aac60fca 100644 --- a/audio/esound/pkg/DEINSTALL +++ b/audio/esound/pkg/DEINSTALL @@ -1,9 +1,8 @@ #!/bin/sh -# $OpenBSD: DEINSTALL,v 1.3 2003/10/18 00:37:18 naddy Exp $ +# $OpenBSD: DEINSTALL,v 1.4 2004/04/08 00:05:48 brad Exp $ # # esound de-installation -set -e PATH=/bin:/usr/bin:/sbin:/usr/sbin PREFIX=${PKG_PREFIX:-/usr/local} CONFIG_FILE=${SYSCONFDIR}/esd.conf diff --git a/audio/esound/pkg/INSTALL b/audio/esound/pkg/INSTALL index 01ee4a21a38..2e124998bc1 100644 --- a/audio/esound/pkg/INSTALL +++ b/audio/esound/pkg/INSTALL @@ -1,11 +1,8 @@ #!/bin/sh -# $OpenBSD: INSTALL,v 1.3 2002/04/23 22:55:21 pvalchev Exp $ +# $OpenBSD: INSTALL,v 1.4 2004/04/08 00:05:48 brad Exp $ # # Pre/post-installation setup of esound -# exit on errors, use a sane path and install prefix -# -set -e PATH=/bin:/usr/bin:/sbin:/usr/sbin PREFIX=${PKG_PREFIX:-/usr/local} CONFIG_FILE=${SYSCONFDIR}/esd.conf @@ -36,15 +33,11 @@ do_install() } -# verify proper execution -# if [ $# -ne 2 ]; then echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 exit 1 fi -# Verify/process the command -# case $2 in PRE-INSTALL) : nothing to pre-install for this port