- don't need --enable-static

- style
This commit is contained in:
brad 2004-04-08 00:05:48 +00:00
parent a3573af035
commit be04f5a49d
3 changed files with 4 additions and 12 deletions

View File

@ -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}

View File

@ -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

View File

@ -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