diff options
Diffstat (limited to 'audio/esound/Makefile')
-rw-r--r-- | audio/esound/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index e37de413756..b850de0c47f 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2005/06/08 13:20:04 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2005/07/27 17:16:32 drochner Exp $ -DISTNAME= esound-0.2.35 -PKGREVISION= 1 +DISTNAME= esound-0.2.36 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME:=sources/esound/0.2/} EXTRACT_SUFX= .tar.bz2 @@ -38,10 +37,5 @@ SUBST_SED.oss= -e 's,-lossaudio,${LIBOSSAUDIO},g' SUBST_MESSAGE.oss= "Fixing oss." .endif -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/esound - cd ${WRKSRC}/docs/html && \ - ${PAX} -rw -pp -pm . ${PREFIX}/share/doc/html/esound - .include "../../audio/libaudiofile/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |