diff options
author | sat <sat@FreeBSD.org> | 2007-02-11 06:46:34 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-02-11 06:46:34 +0800 |
commit | acd1b8d640f7c85035f4408c6317b234797d1604 (patch) | |
tree | 8380dbccc42723d7f2f743b064d212b095e33796 | |
parent | cb6007931620378fcf9daa382e0967c767cc0a40 (diff) | |
download | freebsd-ports-gnome-acd1b8d640f7c85035f4408c6317b234797d1604.tar.gz freebsd-ports-gnome-acd1b8d640f7c85035f4408c6317b234797d1604.tar.zst freebsd-ports-gnome-acd1b8d640f7c85035f4408c6317b234797d1604.zip |
- Install sfftw/srfftw headers
-rw-r--r-- | math/fftw-float/Makefile | 2 | ||||
-rw-r--r-- | math/fftw/Makefile | 6 | ||||
-rw-r--r-- | math/fftw/pkg-plist | 4 |
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 |