summaryrefslogtreecommitdiff
path: root/math/glpk
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-07-15 08:21:18 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-07-15 08:21:18 +0000
commit927f19e6e804e8d9b5cebfdc2a80d0f93bfb03af (patch)
tree038452c8b7f86c19fe60a6fcd57fb277e2b9e5a0 /math/glpk
parentNote that VNterm adheres to RFC 1456 (VISCII and VIQR encodings) (diff)
Utilize DATADIR and DOCSDIR.
Notes
Notes: svn path=/head/; revision=45137
Diffstat (limited to 'math/glpk')
-rw-r--r--math/glpk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile
index 9b57f5a1349b..54fbdf5fa75e 100644
--- a/math/glpk/Makefile
+++ b/math/glpk/Makefile
@@ -24,10 +24,10 @@ DOCFILES= glpk_lr-1.1.1.ps.gz glpk_sm.ps.gz glpk_ug-1.1.1.ps.gz
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/glpk
+ @${MKDIR} ${DOCSDIR}
for file in ${DOCFILES} ; do \
- ${INSTALL_DATA} ${DISTDIR}/$$file ${PREFIX}/share/doc/glpk/ ; \
- ${GUNZIP_CMD} ${PREFIX}/share/doc/glpk/$$file ; \
+ ${INSTALL_DATA} ${DISTDIR}/$$file ${DOCSDIR} ; \
+ ${GUNZIP_CMD} ${DOCSDIR}/$$file ; \
done
.endif