aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-04-14 22:39:23 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-04-14 22:39:23 +0000
commitafae7d57579ce9fa6c794c9135368dad7b7f45c0 (patch)
tree1ab8cd5bd40e0638846a8338c12fa17894379c37 /math
parentafb03701440cfd071465e4e59440ed58928ef3e8 (diff)
downloadports-afae7d57579ce9fa6c794c9135368dad7b7f45c0.tar.gz
ports-afae7d57579ce9fa6c794c9135368dad7b7f45c0.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/djbfft/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/djbfft/Makefile b/math/djbfft/Makefile
index a3a840d2fb7d..90d40d870e7e 100644
--- a/math/djbfft/Makefile
+++ b/math/djbfft/Makefile
@@ -49,10 +49,10 @@ pre-install:
do-install:
.for file in ${HEADER_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${file} ${LOCALBASE}/include/${PORTNAME}
+ @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include/${PORTNAME}
.endfor
.for file in ${LIB_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${file} ${LOCALBASE}/lib
+ @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib
.endfor
.include <bsd.port.pre.mk>