Perform one leftover s/DISTDIR/_DISTDIR/.

This commit is contained in:
Akinori MUSHA 2001-09-27 18:29:31 +00:00
parent 9b3736201a
commit a0ffbcddf0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48229
5 changed files with 5 additions and 5 deletions

View file

@ -311,7 +311,7 @@ post-install:
.endfor .endfor
# for reading encrypted PDFs # for reading encrypted PDFs
${ECHO_MSG} ">>> installing support for encrypted PDF files ..." ${ECHO_MSG} ">>> installing support for encrypted PDF files ..."
${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ ${INSTALL_DATA} ${_DISTDIR}/${DECRYPT_PDF} \
${PREFIX}/share/ghostscript/${PORTVERSION}/lib ${PREFIX}/share/ghostscript/${PORTVERSION}/lib
# #
# now NOPORTDOCS dependend stuff # now NOPORTDOCS dependend stuff

View file

@ -304,7 +304,7 @@ post-install:
.endfor .endfor
# for reading encrypted PDFs # for reading encrypted PDFs
${ECHO_MSG} ">>> installing support for encrypted PDF files ..." ${ECHO_MSG} ">>> installing support for encrypted PDF files ..."
${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ ${INSTALL_DATA} ${_DISTDIR}/${DECRYPT_PDF} \
${PREFIX}/share/ghostscript/${PORTVERSION}/lib ${PREFIX}/share/ghostscript/${PORTVERSION}/lib
# #
# now NOPORTDOCS dependend stuff # now NOPORTDOCS dependend stuff

View file

@ -311,7 +311,7 @@ post-install:
.endfor .endfor
# for reading encrypted PDFs # for reading encrypted PDFs
${ECHO_MSG} ">>> installing support for encrypted PDF files ..." ${ECHO_MSG} ">>> installing support for encrypted PDF files ..."
${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ ${INSTALL_DATA} ${_DISTDIR}/${DECRYPT_PDF} \
${PREFIX}/share/ghostscript/${PORTVERSION}/lib ${PREFIX}/share/ghostscript/${PORTVERSION}/lib
# #
# now NOPORTDOCS dependend stuff # now NOPORTDOCS dependend stuff

View file

@ -304,7 +304,7 @@ post-install:
.endfor .endfor
# for reading encrypted PDFs # for reading encrypted PDFs
${ECHO_MSG} ">>> installing support for encrypted PDF files ..." ${ECHO_MSG} ">>> installing support for encrypted PDF files ..."
${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ ${INSTALL_DATA} ${_DISTDIR}/${DECRYPT_PDF} \
${PREFIX}/share/ghostscript/${PORTVERSION}/lib ${PREFIX}/share/ghostscript/${PORTVERSION}/lib
# #
# now NOPORTDOCS dependend stuff # now NOPORTDOCS dependend stuff

View file

@ -311,7 +311,7 @@ post-install:
.endfor .endfor
# for reading encrypted PDFs # for reading encrypted PDFs
${ECHO_MSG} ">>> installing support for encrypted PDF files ..." ${ECHO_MSG} ">>> installing support for encrypted PDF files ..."
${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ ${INSTALL_DATA} ${_DISTDIR}/${DECRYPT_PDF} \
${PREFIX}/share/ghostscript/${PORTVERSION}/lib ${PREFIX}/share/ghostscript/${PORTVERSION}/lib
# #
# now NOPORTDOCS dependend stuff # now NOPORTDOCS dependend stuff