diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-09-11 04:28:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-09-11 04:28:43 +0800 |
commit | 3bf5b26df1f8ab23bd5fdd3a1134e096f0b0db1b (patch) | |
tree | 66cc5cbdb7378e4f399184eb4ee1ba1cc1350c89 /audio/speex | |
parent | 79692c3713c59af778f3fea7e40b24d584acca62 (diff) | |
download | freebsd-ports-gnome-3bf5b26df1f8ab23bd5fdd3a1134e096f0b0db1b.tar.gz freebsd-ports-gnome-3bf5b26df1f8ab23bd5fdd3a1134e096f0b0db1b.tar.zst freebsd-ports-gnome-3bf5b26df1f8ab23bd5fdd3a1134e096f0b0db1b.zip |
Remove no-op DOCS option
Approved by: portmgr (blanket)
Diffstat (limited to 'audio/speex')
-rw-r--r-- | audio/speex/Makefile | 2 | ||||
-rw-r--r-- | audio/speex/pkg-plist | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index f8e55610f1ea..91cb5691466d 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -21,6 +21,4 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -OPTIONS_DEFINE= DOCS - .include <bsd.port.mk> diff --git a/audio/speex/pkg-plist b/audio/speex/pkg-plist index e593cb3b01c5..c412c57b091b 100644 --- a/audio/speex/pkg-plist +++ b/audio/speex/pkg-plist @@ -15,4 +15,3 @@ libdata/pkgconfig/speex.pc man/man1/speexdec.1.gz man/man1/speexenc.1.gz share/aclocal/speex.m4 -@comment %%PORTDOCS%%%%DOCSDIR%%/manual.pdf |