diff options
author | marcel <marcel@FreeBSD.org> | 2004-03-17 23:54:21 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2004-03-17 23:54:21 +0000 |
commit | 846acdfa43e47019f20919ae6b65abe8f46011be (patch) | |
tree | 744fbe531627d4aef6b38230250b771cb9b35ed9 /print/ghostscript7 | |
parent | a763ee9b1a43df8819032e5f26c9d2fa929d190a (diff) | |
download | FreeBSD-ports-846acdfa43e47019f20919ae6b65abe8f46011be.zip FreeBSD-ports-846acdfa43e47019f20919ae6b65abe8f46011be.tar.gz |
s/pre-install/pre-su-install/ because we're creating directories under
${PREFIX}.
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 82c70fc..2216acf 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -521,7 +521,7 @@ pre-build: ${LN} -sf ${WRKSRC}/${LEX7000}/src/${i} ${WRKSRC}/src .endfor -pre-install: +pre-su-install: ${ECHO_MSG} ">>> in pre-install ..." ${ECHO_MSG} ">>> creating ghostscript destdir ..." ${MKDIR} ${DATADIR} |