diff options
-rw-r--r-- | audio/libogg/Makefile | 8 | ||||
-rw-r--r-- | audio/libogg/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | audio/libvorbis/Makefile | 8 | ||||
-rw-r--r-- | audio/libvorbis/files/patch-Makefile.in | 14 |
4 files changed, 0 insertions, 44 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index 99ff97364ec8..51844306d3e1 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -17,14 +17,6 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -MAKE_ENV= DOC=doc -.else -MAKE_ENV= DOC="" -.endif - regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check diff --git a/audio/libogg/files/patch-Makefile.in b/audio/libogg/files/patch-Makefile.in deleted file mode 100644 index 341b1d4d8e2c..000000000000 --- a/audio/libogg/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig 2011-01-15 22:03:35.000000000 +0100 -+++ Makefile.in 2011-01-15 22:03:52.000000000 +0100 -@@ -257,7 +257,7 @@ top_srcdir = @top_srcdir@ - - #AUTOMAKE_OPTIONS = foreign 1.6 dist-zip - AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz --SUBDIRS = src include doc -+SUBDIRS = src include $(DOC) - m4datadir = $(datadir)/aclocal - m4data_DATA = ogg.m4 - pkgconfigdir = $(libdir)/pkgconfig diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index bab676578378..b42414745a33 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -24,14 +24,6 @@ CONFIGURE_ARGS= --with-ogg=${LOCALBASE} \ OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -MAKE_ENV= DOC=doc -.else -MAKE_ENV= DOC="" -.endif - regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check diff --git a/audio/libvorbis/files/patch-Makefile.in b/audio/libvorbis/files/patch-Makefile.in deleted file mode 100644 index d4ed4da54b01..000000000000 --- a/audio/libvorbis/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig 2012-02-05 20:50:08.000000000 +0100 -+++ Makefile.in 2012-02-05 20:50:20.000000000 +0100 -@@ -280,7 +280,7 @@ top_srcdir = @top_srcdir@ - - #AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2 - AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz --SUBDIRS = m4 include vq lib test doc $(am__append_1) -+SUBDIRS = m4 include vq lib test $(DOC) $(am__append_1) - m4datadir = $(datadir)/aclocal - m4data_DATA = vorbis.m4 - pkgconfigdir = $(libdir)/pkgconfig |