summaryrefslogtreecommitdiff
path: root/math/fftw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/fftw/Makefile')
-rw-r--r--math/fftw/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index 59b001e6b17..45dbef6599d 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/17 18:22:21 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/04/27 22:22:22 jtb Exp $
DISTNAME= fftw-2.1.3
CATEGORIES= math
@@ -17,8 +17,4 @@ USE_FORTRAN= yes
USE_GMAKE= yes
INFO_FILES= fftw.info
-post-install:
- @${RM} -f ${LOCALBASE}/lib/librfftw.la
- @${RM} -f ${LOCALBASE}/lib/libfftw.la
-
.include "../../mk/bsd.pkg.mk"