diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | 5178b48938d20e336ec57a055a01cb66105cd20c (patch) | |
tree | 7b629f06e72f052bb88c209caf447e4bb6077033 /math/fftpack/Makefile | |
parent | 5146cba1d9ca51f1f11a5ec365f8b409d99ecc15 (diff) | |
download | ports-5178b48938d20e336ec57a055a01cb66105cd20c.tar.gz ports-5178b48938d20e336ec57a055a01cb66105cd20c.zip |
Notes
Diffstat (limited to 'math/fftpack/Makefile')
-rw-r--r-- | math/fftpack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index b50dace2ab13..cc70f91f6939 100644 --- a/math/fftpack/Makefile +++ b/math/fftpack/Makefile @@ -20,6 +20,8 @@ EXTRACT_CMD= ${TAR} EXTRACT_BEFORE_ARGS= -xf EXTRACT_AFTER_ARGS= # empty +INSTALLS_SHLIBS= yes + .include <bsd.port.pre.mk> post-extract: @@ -38,6 +40,5 @@ post-install: .if ${PORTOBJFORMAT} == "aout" ${LN} -sf libbihar.so.1 ${PREFIX}/lib/libbihar.so .endif - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.post.mk> |