diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-11-18 23:30:13 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-11-18 23:30:13 +0000 |
commit | 1afcdd5eb1e0577fdb539ccf82a57b6453d2b04e (patch) | |
tree | 3dbfd735c8826824161ca86ec4188c8fda926fd1 /security/sslwrap | |
parent | 99fbc95297531de7397f79ccd27a457078242b4b (diff) |
Notes
Diffstat (limited to 'security/sslwrap')
-rw-r--r-- | security/sslwrap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile index ecef0aa4bbed..e23bda6006f0 100644 --- a/security/sslwrap/Makefile +++ b/security/sslwrap/Makefile @@ -33,7 +33,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sslwrap ${PREFIX}/bin/sslwrap .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ + @${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif .include <bsd.port.mk> |