summaryrefslogtreecommitdiff
path: root/math/snns
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-03-19 08:48:17 +0000
committerskrll <skrll@pkgsrc.org>2002-03-19 08:48:17 +0000
commit9d8fd60370d9e09264ed63856acd92434d1a4d1d (patch)
treeb08ddfca91215fa8365b64fbb0831e809c4bcc3b /math/snns
parente3eb9491e505ccbe666ed5f5d433c36ba22b0446 (diff)
downloadpkgsrc-9d8fd60370d9e09264ed63856acd92434d1a4d1d.tar.gz
Add to AUTOMAKE_PATTERNS to prevent the use of auto{header,conf}. Remove
the BUILD_DEPENDS on autoconf
Diffstat (limited to 'math/snns')
-rw-r--r--math/snns/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/math/snns/Makefile b/math/snns/Makefile
index c93b8291b1d..9951189b472 100644
--- a/math/snns/Makefile
+++ b/math/snns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/03/07 07:13:59 jmc Exp $
+# $NetBSD: Makefile,v 1.6 2002/03/19 08:48:17 skrll Exp $
DISTNAME= SNNSv4.2
PKGNAME= snns-4.2
@@ -9,18 +9,14 @@ MAINTAINER= wulf@netbsd.org
HOMEPAGE= http://www-ra.informatik.uni-tuebingen.de/SNNS/
COMMENT= Software simulator for neural networks
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-
USE_XPM= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --enable-global --prefix=${LOCALBASE}
XGUILOADPATH= ${LOCALBASE}/share/snns
-#
-# Avoids a double configure loop that looses the install directory
-post-configure:
- cd ${WRKSRC} && touch configuration/* configure Makefile.def config.h
+AUTOMAKE_PATTERNS+= \
+ config.hin
post-install:
${INSTALL_DATA_DIR} ${XGUILOADPATH};