aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-116
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-10 15:08:51 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-10 15:08:51 +0000
commit2c0789eb843b7567a0a99882e1671a87e73d9163 (patch)
treebc62977cbfc9ea1ae5f98d45ba2f1b4739f06693 /security/krb5-116
parentedee4e95d26ef8c6229f9dd99be3293f016a95cf (diff)
downloadports-2c0789eb843b7567a0a99882e1671a87e73d9163.tar.gz
ports-2c0789eb843b7567a0a99882e1671a87e73d9163.zip
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files which are not actually manual pages.
Notes
Notes: svn path=/head/; revision=458646
Diffstat (limited to 'security/krb5-116')
-rw-r--r--security/krb5-116/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/krb5-116/Makefile b/security/krb5-116/Makefile
index 1194da669f7c..82a871579f59 100644
--- a/security/krb5-116/Makefile
+++ b/security/krb5-116/Makefile
@@ -112,7 +112,7 @@ post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/krb5/$${i}; \
done; \
for i in $${pdf_files}; do \
- ${INSTALL_MAN} $${pdf} ${PREFIX}/share/doc/krb5/$${i}; \
+ ${INSTALL_DATA} $${pdf} ${PREFIX}/share/doc/krb5/$${i}; \
${ECHO_CMD} share/doc/krb5/$${i} >> ${TMPPLIST}; \
done
.endif
@@ -123,7 +123,7 @@ post-install:
${MKDIR} ${PREFIX}/share/doc/krb5/$${i}; \
done; \
for i in $${html_files}; do \
- ${INSTALL_MAN} $${i} ${PREFIX}/share/doc/krb5/$${i}; \
+ ${INSTALL_DATA} $${i} ${PREFIX}/share/doc/krb5/$${i}; \
${ECHO_CMD} share/doc/krb5/$${i} >> ${TMPPLIST}; \
done
.endif