From afae7d57579ce9fa6c794c9135368dad7b7f45c0 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Wed, 14 Apr 2004 22:39:23 +0000 Subject: Fix typo: LOCALBASE -> PREFIX; when installing --- math/djbfft/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/djbfft') 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 -- cgit v1.2.3