diff options
author | ale <ale@FreeBSD.org> | 2008-09-12 20:32:34 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2008-09-12 20:32:34 +0800 |
commit | 5f5dc8824b405e4220e66af08a048706f4c61010 (patch) | |
tree | 282f24cf7e2be110a3109422b201ee5f5dfd9f57 /security/pkcs11-helper | |
parent | 6fa97477ee9a96a6a34dbe3e41878b07c7b01f4b (diff) | |
download | freebsd-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/Makefile | 2 |
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 |