diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2005-04-08 16:10:53 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2005-04-08 16:10:53 +0000 |
commit | bf3627270f25086a1ebdf045563faf086d6f6665 (patch) | |
tree | 87bb12e5c0a4afe4e3ce2fc286a834240c146f07 /textproc/ispell | |
parent | 2934515644ab94a0a151011f9bbeecc8f1f090c7 (diff) |
Use pre-su-install instead of pre-install.
PR: ports/79653
Submitted by: jhb
Notes
Notes:
svn path=/head/; revision=132770
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 9fd7165c6e47..df10c5d0dae7 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -294,7 +294,7 @@ post-build: ${CP} data/bulgarian.hash bulgarian.hash .endif -pre-install: +pre-su-install: @if [ ! -d ${DATADIR} ]; then ${MKDIR} ${DATADIR}; fi post-install: |