diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-05-03 20:06:38 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-05-03 20:06:38 +0000 |
commit | baefc7e7f21983ad9e68579acd1f58e0618e4069 (patch) | |
tree | bf5cb2eb7a7c7bdfdc48481b509b84a8778d85a1 | |
parent | Upgrade to v. 4.7.2. (diff) |
Replace pre-install target with appropriate pre-su-install one.
PR: 95868
Submitted by: Michael Neumann <mneuma2s@smail.inf.fh-brs.de>
Notes
Notes:
svn path=/head/; revision=161293
-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: |