diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-03-17 23:54:21 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-03-17 23:54:21 +0000 |
commit | 5dd4744a3ee6f5c8e59b784ba7946b5cca2fbfb0 (patch) | |
tree | 4fc6b8c78846dc4444091c131f3cd0ab6ee69ae9 /print/ghostscript-gnu | |
parent | 41ad1572aee0a76e4ae66e62257c5535c8fa87ef (diff) |
s/pre-install/pre-su-install/ because we're creating directories under
${PREFIX}.
Notes
Notes:
svn path=/head/; revision=104337
Diffstat (limited to 'print/ghostscript-gnu')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 82c70fc63259..2216acf01366 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/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} |