diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-07-15 08:21:18 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-07-15 08:21:18 +0000 |
commit | 927f19e6e804e8d9b5cebfdc2a80d0f93bfb03af (patch) | |
tree | 038452c8b7f86c19fe60a6fcd57fb277e2b9e5a0 /math/glpk | |
parent | 9b943320add84cac772a870c068ed61a78f1f75e (diff) | |
download | ports-927f19e6e804e8d9b5cebfdc2a80d0f93bfb03af.tar.gz ports-927f19e6e804e8d9b5cebfdc2a80d0f93bfb03af.zip |
Notes
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 6 |
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 |