- bump NEED_VERSION

- remove some redundant steps from post-install target
This commit is contained in:
brad 2001-04-18 02:00:08 +00:00
parent c9f73b87c2
commit 7a53e24c6d

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.22 2001/03/25 17:40:16 brad Exp $ # $OpenBSD: Makefile,v 1.23 2001/04/18 02:00:08 brad Exp $
# $FreeBSD: Makefile,v 1.8 1999/03/09 01:08:46 nectar Exp $ # $FreeBSD: Makefile,v 1.8 1999/03/09 01:08:46 nectar Exp $
COMMENT= "sound library for Enlightenment" COMMENT= "sound library for Enlightenment"
DISTNAME= esound-0.2.22 DISTNAME= esound-0.2.22
CATEGORIES= audio CATEGORIES= audio
NEED_VERSION= 1.363 NEED_VERSION= 1.384
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/esound MASTER_SITE_SUBDIR= stable/sources/esound
@ -26,8 +26,6 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --with-libwrap CONFIGURE_ARGS+= --enable-static --with-libwrap
post-install: post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/aclocal
${INSTALL_DATA} ${WRKSRC}/esd.m4 ${PREFIX}/share/aclocal
@cd ${PREFIX}/share/examples/esound && mv esd.conf esd.conf-sample @cd ${PREFIX}/share/examples/esound && mv esd.conf esd.conf-sample
.include <bsd.port.mk> .include <bsd.port.mk>