diff options
author | jmz <jmz@FreeBSD.org> | 2005-04-09 00:10:53 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2005-04-09 00:10:53 +0800 |
commit | 539ab96363198eaeff24e4d2f2115975529fc92e (patch) | |
tree | fe2e4936742ab4164befe42458d8d3b57a23192d /textproc | |
parent | a0c07614aac5364afc82ba816358654ce99b9f73 (diff) | |
download | freebsd-ports-gnome-539ab96363198eaeff24e4d2f2115975529fc92e.tar.gz freebsd-ports-gnome-539ab96363198eaeff24e4d2f2115975529fc92e.tar.zst freebsd-ports-gnome-539ab96363198eaeff24e4d2f2115975529fc92e.zip |
Use pre-su-install instead of pre-install.
PR: ports/79653
Submitted by: jhb
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: |