diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-05 02:11:22 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-05 02:11:22 +0800 |
commit | 34a4ea8890b93c0f083433c041f673d6dbe19c33 (patch) | |
tree | 2b0371bc4de0721fe76ff3ef7ca8c5ad0c39aafa /audio/libnjb | |
parent | 7618c9e04e9163fb45ba5e2776d93c378c13b686 (diff) | |
download | freebsd-ports-gnome-34a4ea8890b93c0f083433c041f673d6dbe19c33.tar.gz freebsd-ports-gnome-34a4ea8890b93c0f083433c041f673d6dbe19c33.tar.zst freebsd-ports-gnome-34a4ea8890b93c0f083433c041f673d6dbe19c33.zip |
Support stage
Diffstat (limited to 'audio/libnjb')
-rw-r--r-- | audio/libnjb/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/libnjb/Makefile b/audio/libnjb/Makefile index 009c12d76469..38d2f6b75c34 100644 --- a/audio/libnjb/Makefile +++ b/audio/libnjb/Makefile @@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= DOCS USES= pathfix -NO_STAGE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes @@ -33,12 +32,10 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen CONFIGURE_ENV+= ac_cv_prog_HAVE_DOXYGEN=no .endif -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -e \ '/^SHOW_DIRECTORIES/d' ${WRKSRC}/doc/Doxyfile.in @${REINPLACE_CMD} -e \ '/pkgdocdir/s|-$$(VERSION)||g' ${WRKSRC}/doc/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |