diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2004-12-15 14:47:44 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2004-12-15 14:47:44 +0000 |
commit | be50752243680aa0e3ad8f6f888cbf3b17507a5d (patch) | |
tree | 09b28015f23a9a6b99cfc2dad6ea6717eb17cf3a /audio/libogg | |
parent | 92956c56b592958c0c793ec060802014cfff33bf (diff) | |
download | ports-be50752243680aa0e3ad8f6f888cbf3b17507a5d.tar.gz ports-be50752243680aa0e3ad8f6f888cbf3b17507a5d.zip |
Notes
Diffstat (limited to 'audio/libogg')
-rw-r--r-- | audio/libogg/Makefile | 1 | ||||
-rw-r--r-- | audio/libogg/files/patch-configure | 8 | ||||
-rw-r--r-- | audio/libogg/pkg-plist | 1 |
3 files changed, 2 insertions, 8 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index b2dbaa4f3d59..17ebf0e02a95 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -7,6 +7,7 @@ PORTNAME= libogg PORTVERSION= 1.1.2 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/ogg/ diff --git a/audio/libogg/files/patch-configure b/audio/libogg/files/patch-configure index 3d1608d55600..3f600b9a5043 100644 --- a/audio/libogg/files/patch-configure +++ b/audio/libogg/files/patch-configure @@ -3,14 +3,6 @@ $FreeBSD$ --- configure.orig Mon Nov 17 17:34:08 2003 +++ configure Mon Nov 24 18:26:28 2003 -@@ -7793,6 +7793,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' @@ -7818,7 +7819,7 @@ ;; *) diff --git a/audio/libogg/pkg-plist b/audio/libogg/pkg-plist index c9940a6246df..b54cf8d7c32d 100644 --- a/audio/libogg/pkg-plist +++ b/audio/libogg/pkg-plist @@ -80,6 +80,7 @@ share/aclocal/ogg.m4 %%PORTDOCS%%%%DOCSDIR%%/vorbisword2.png %%PORTDOCS%%%%DOCSDIR%%/white-ogg.png %%PORTDOCS%%%%DOCSDIR%%/white-xifish.png +@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true @dirrm include/ogg %%PORTDOCS%%@dirrm %%DOCSDIR%%/ogg %%PORTDOCS%%@dirrm %%DOCSDIR%% |