diff options
Diffstat (limited to 'textproc')
-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: |