diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-27 18:29:31 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-27 18:29:31 +0000 |
commit | a0ffbcddf0b05d838dd943f7ae4b92c0f0644a84 (patch) | |
tree | 7440cf2d31c757bc66f626bfed0736b961b011f7 /print/ghostscript7 | |
parent | 9b3736201ab39d2cc6ee5928b4e5462f3dd29b09 (diff) | |
download | ports-a0ffbcddf0b05d838dd943f7ae4b92c0f0644a84.tar.gz ports-a0ffbcddf0b05d838dd943f7ae4b92c0f0644a84.zip |
Perform one leftover s/DISTDIR/_DISTDIR/.
Notes
Notes:
svn path=/head/; revision=48229
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |