aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/fftw-float/Makefile2
-rw-r--r--math/fftw/Makefile6
-rw-r--r--math/fftw/pkg-plist4
3 files changed, 6 insertions, 6 deletions
diff --git a/math/fftw-float/Makefile b/math/fftw-float/Makefile
index 10b5d8559ef4..46d6148b6ab7 100644
--- a/math/fftw-float/Makefile
+++ b/math/fftw-float/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= Fast C routines (Single Percision)
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index 018ad1e3c80b..1119a8c6358e 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -39,11 +39,8 @@ PLIST_SUB= FFTW_SUFX="${FFTW_SUFX}"
.if ${FFTW_FLAVOR}=="float"
CONFIGURE_ARGS+= --enable-float --enable-type-prefix
-
FFTW_SUFX= s
FFTW_PKGNAMESUFFIX= -float
-
-INSTALL_TARGET= install-exec
PLIST_SUB+= DEF="@comment "
.else
INFO= fftw
@@ -56,6 +53,9 @@ CONFIGURE_ARGS+= --enable-i386-hacks
post-patch:
@${RM} ${WRKSRC}/doc/fftw.info*
+.if ${FFTW_FLAVOR}=="float"
+ @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||' ${WRKSRC}/Makefile.in
+.endif
post-install:
.if ${FFTW_FLAVOR}=="default"
diff --git a/math/fftw/pkg-plist b/math/fftw/pkg-plist
index abe07aa51d05..4c398a5fdf8b 100644
--- a/math/fftw/pkg-plist
+++ b/math/fftw/pkg-plist
@@ -1,5 +1,5 @@
-%%DEF%%include/fftw.h
-%%DEF%%include/rfftw.h
+include/%%FFTW_SUFX%%fftw.h
+include/%%FFTW_SUFX%%rfftw.h
lib/lib%%FFTW_SUFX%%fftw.a
lib/lib%%FFTW_SUFX%%fftw.la
lib/lib%%FFTW_SUFX%%fftw.so