mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Perform one leftover s/DISTDIR/_DISTDIR/.
This commit is contained in:
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
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue