aboutsummaryrefslogtreecommitdiffstats
path: root/security/pkcs11-helper
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2008-09-12 20:32:34 +0800
committerale <ale@FreeBSD.org>2008-09-12 20:32:34 +0800
commit5f5dc8824b405e4220e66af08a048706f4c61010 (patch)
tree282f24cf7e2be110a3109422b201ee5f5dfd9f57 /security/pkcs11-helper
parent6fa97477ee9a96a6a34dbe3e41878b07c7b01f4b (diff)
downloadfreebsd-ports-gnome-5f5dc8824b405e4220e66af08a048706f4c61010.tar.gz
freebsd-ports-gnome-5f5dc8824b405e4220e66af08a048706f4c61010.tar.zst
freebsd-ports-gnome-5f5dc8824b405e4220e66af08a048706f4c61010.zip
Fix typo for NOPORTDOCS.
Approved by: portmgr (erwin)
Diffstat (limited to 'security/pkcs11-helper')
-rw-r--r--security/pkcs11-helper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile
index 348aace3723b..a8bb465c93c6 100644
--- a/security/pkcs11-helper/Makefile
+++ b/security/pkcs11-helper/Makefile
@@ -33,7 +33,7 @@ post-patch:
@${REINPLACE_CMD} 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|' \
${WRKSRC}/configure
.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am|' \
+ @${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \
${WRKSRC}/Makefile.in
.endif