aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2009-05-13 13:22:16 +0800
committerale <ale@FreeBSD.org>2009-05-13 13:22:16 +0800
commit923ce14e3b7327ee8104dbc90d9eed2da3ce2a18 (patch)
treec1e6d555d6555385836c953da3afa845f44988f6
parent04c6fc7678d07959a8c60204ac2e33c68106ca82 (diff)
downloadfreebsd-ports-gnome-923ce14e3b7327ee8104dbc90d9eed2da3ce2a18.tar.gz
freebsd-ports-gnome-923ce14e3b7327ee8104dbc90d9eed2da3ce2a18.tar.zst
freebsd-ports-gnome-923ce14e3b7327ee8104dbc90d9eed2da3ce2a18.zip
Fix NOPORTDOCS.
-rw-r--r--security/openct/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openct/Makefile b/security/openct/Makefile
index 9329d0976286..07e81b8341cd 100644
--- a/security/openct/Makefile
+++ b/security/openct/Makefile
@@ -58,7 +58,7 @@ post-patch:
@${REINPLACE_CMD} 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
${WRKSRC}/configure
.ifndef(NOPORTDOCS)
- @${REINPLACE_CMD} 's|install-data-am: install-apidocDATA install-dist_docDATA|install-data-am: install-dist_docDATA|' \
+ @${REINPLACE_CMD} 's|install-data-am: install-dist_apidocDATA install-dist_docDATA|install-data-am: install-dist_docDATA|' \
${WRKSRC}/doc/Makefile.in
.else
@${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \