aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libvorbis
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2013-09-25 00:15:33 +0800
committernaddy <naddy@FreeBSD.org>2013-09-25 00:15:33 +0800
commit6dc69637b77c2082bf394212d3ed5185b9a4df7f (patch)
tree8d3d52112930442d63e7b17432752f70cfdbe7e0 /audio/libvorbis
parent1633a1ff22c9e50c0513fa20db12f260d04f9ff8 (diff)
downloadfreebsd-ports-gnome-6dc69637b77c2082bf394212d3ed5185b9a4df7f.tar.gz
freebsd-ports-gnome-6dc69637b77c2082bf394212d3ed5185b9a4df7f.tar.zst
freebsd-ports-gnome-6dc69637b77c2082bf394212d3ed5185b9a4df7f.zip
Make good use of stage for optionally packaging docs.
Diffstat (limited to 'audio/libvorbis')
-rw-r--r--audio/libvorbis/Makefile8
-rw-r--r--audio/libvorbis/files/patch-Makefile.in14
2 files changed, 0 insertions, 22 deletions
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