diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-01-06 07:43:13 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-01-06 07:43:13 +0800 |
commit | db413244c100322f6d3f1e786bfc25cd5faf1a45 (patch) | |
tree | 2882387616c92b6edb047d960dfb306df707aa23 /security/openssl/Makefile | |
parent | 4bdb304d7f696835f39fa3321ddcf6c2d692cbe9 (diff) | |
download | freebsd-ports-gnome-db413244c100322f6d3f1e786bfc25cd5faf1a45.tar.gz freebsd-ports-gnome-db413244c100322f6d3f1e786bfc25cd5faf1a45.tar.zst freebsd-ports-gnome-db413244c100322f6d3f1e786bfc25cd5faf1a45.zip |
- make portlint happier
- use DOCSDIR or EXAMPLESDIR
- get rid of some INTERACTIVE scrips in news/ifmail
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index a10932ada9b5..64dd35a7c672 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -120,8 +120,8 @@ post-install: .endfor .endif .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/openssl - @${INSTALL_DATA} ${WRKSRC}/doc/openssl.txt ${PREFIX}/share/doc/openssl + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/doc/openssl.txt ${DOCSDIR}/ .endif @${SED} -e 's#/usr/local#${PREFIX}#g' ${PKGMESSAGE} |