diff options
author | lioux <lioux@FreeBSD.org> | 2006-05-04 04:06:38 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2006-05-04 04:06:38 +0800 |
commit | 3ba5f9f6e3a5bcf5b5a77d1c3b557c5e1a462e82 (patch) | |
tree | 2b5b82484cd155d160b275ef7e5dcb04f30deb71 /math | |
parent | 15c3549c7cf5aadd518f637533cb2d3116c2cb44 (diff) | |
download | freebsd-ports-gnome-3ba5f9f6e3a5bcf5b5a77d1c3b557c5e1a462e82.tar.gz freebsd-ports-gnome-3ba5f9f6e3a5bcf5b5a77d1c3b557c5e1a462e82.tar.zst freebsd-ports-gnome-3ba5f9f6e3a5bcf5b5a77d1c3b557c5e1a462e82.zip |
Replace pre-install target with appropriate pre-su-install one.
PR: 95868
Submitted by: Michael Neumann <mneuma2s@smail.inf.fh-brs.de>
Diffstat (limited to 'math')
-rw-r--r-- | math/djbfft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/djbfft/Makefile b/math/djbfft/Makefile index 089771b5e446..1e2f6ab163c2 100644 --- a/math/djbfft/Makefile +++ b/math/djbfft/Makefile @@ -44,7 +44,7 @@ do-configure: @${ECHO_CMD} 'sparc' > ${WRKSRC}/conf-opt .endif -pre-install: +pre-su-install: @${MKDIR} ${PREFIX}/include/${PORTNAME} do-install: |