diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-02 12:00:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-02 12:00:43 +0000 |
commit | a22c30ce5f5deb67e2ab7dc3b3ed6926c7bb9cfa (patch) | |
tree | 81082cab0a0b9b988d9a128c0185b8a7cee39d9f /audio/libfishsound/Makefile | |
parent | 29d3b3ad688ec864027ce7954c8981b8a3b4f381 (diff) | |
download | ports-a22c30ce5f5deb67e2ab7dc3b3ed6926c7bb9cfa.tar.gz ports-a22c30ce5f5deb67e2ab7dc3b3ed6926c7bb9cfa.zip |
Convert PORTDOCS to PLIST entries
Notes
Notes:
svn path=/head/; revision=530281
Diffstat (limited to 'audio/libfishsound/Makefile')
-rw-r--r-- | audio/libfishsound/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile index 2145ea7ca5fc..0e6f58258f56 100644 --- a/audio/libfishsound/Makefile +++ b/audio/libfishsound/Makefile @@ -18,17 +18,17 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libspeex.so:audio/speex \ libvorbis.so:audio/libvorbis -OPTIONS_DEFINE= DOCS DOXYGEN +USES= libtool pathfix pkgconfig GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= libtool pathfix pkgconfig -PORTDOCS= * +OPTIONS_DEFINE= DOCS DOXYGEN +OPTIONS_SUB= yes +DOXYGEN_IMPLIES=DOCS DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen -DOXYGEN_IMPLIES= DOCS post-patch-DOCS-off: @${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.in |