diff options
author | knu <knu@FreeBSD.org> | 2001-09-28 02:29:31 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-28 02:29:31 +0800 |
commit | 2331d74fd629aa685dd09f5bd2ad03429a9db032 (patch) | |
tree | 9f7f5035d4a4719480b61e0454edf1cc42a97f01 /print | |
parent | a13c2a8e86d2d312129a25ad074c060c208d286d (diff) | |
download | freebsd-ports-gnome-2331d74fd629aa685dd09f5bd2ad03429a9db032.tar.gz freebsd-ports-gnome-2331d74fd629aa685dd09f5bd2ad03429a9db032.tar.zst freebsd-ports-gnome-2331d74fd629aa685dd09f5bd2ad03429a9db032.zip |
Perform one leftover s/DISTDIR/_DISTDIR/.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gnu/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript7/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index e3fa3e762ff1..177c818eb409 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -311,7 +311,7 @@ post-install: .endfor # for reading encrypted PDFs ${ECHO_MSG} ">>> installing support for encrypted PDF files ..." - ${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ + ${INSTALL_DATA} ${_DISTDIR}/${DECRYPT_PDF} \ ${PREFIX}/share/ghostscript/${PORTVERSION}/lib # # now NOPORTDOCS dependend stuff diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 65e346a0e22f..7471d5f89b10 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -304,7 +304,7 @@ post-install: .endfor # for reading encrypted PDFs ${ECHO_MSG} ">>> installing support for encrypted PDF files ..." - ${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ + ${INSTALL_DATA} ${_DISTDIR}/${DECRYPT_PDF} \ ${PREFIX}/share/ghostscript/${PORTVERSION}/lib # # now NOPORTDOCS dependend stuff diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index e3fa3e762ff1..177c818eb409 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -311,7 +311,7 @@ post-install: .endfor # for reading encrypted PDFs ${ECHO_MSG} ">>> installing support for encrypted PDF files ..." - ${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ + ${INSTALL_DATA} ${_DISTDIR}/${DECRYPT_PDF} \ ${PREFIX}/share/ghostscript/${PORTVERSION}/lib # # now NOPORTDOCS dependend stuff diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 65e346a0e22f..7471d5f89b10 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -304,7 +304,7 @@ post-install: .endfor # for reading encrypted PDFs ${ECHO_MSG} ">>> installing support for encrypted PDF files ..." - ${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ + ${INSTALL_DATA} ${_DISTDIR}/${DECRYPT_PDF} \ ${PREFIX}/share/ghostscript/${PORTVERSION}/lib # # now NOPORTDOCS dependend stuff diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index e3fa3e762ff1..177c818eb409 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -311,7 +311,7 @@ post-install: .endfor # for reading encrypted PDFs ${ECHO_MSG} ">>> installing support for encrypted PDF files ..." - ${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ + ${INSTALL_DATA} ${_DISTDIR}/${DECRYPT_PDF} \ ${PREFIX}/share/ghostscript/${PORTVERSION}/lib # # now NOPORTDOCS dependend stuff |