diff options
author | jlam <jlam@pkgsrc.org> | 2003-02-18 17:43:05 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-02-18 17:43:05 +0000 |
commit | e25d6018962cadcda24cf0e0095e4c5eec3a24a1 (patch) | |
tree | ec25236e1f67d00d796e99886837bf5813a492c9 /math | |
parent | 884cfa1dd5993d017d76c5c97816bbfa10b9b7a8 (diff) | |
download | pkgsrc-e25d6018962cadcda24cf0e0095e4c5eec3a24a1.tar.gz |
These packages have been converted to use buildlink2, so they no longer
need to use the automake-override target in bsd.pkg.mk; the hide-autotools
target in bsd.buildlink2.mk accomplishes the same thing.
Diffstat (limited to 'math')
-rw-r--r-- | math/snns/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/snns/Makefile b/math/snns/Makefile index e4c1b3bf893..598a6167d91 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/12/08 03:50:14 salo Exp $ +# $NetBSD: Makefile,v 1.10 2003/02/18 17:43:06 jlam Exp $ DISTNAME= SNNSv4.2 PKGNAME= snns-4.2 @@ -12,11 +12,9 @@ COMMENT= Software simulator for neural networks USE_BUILDLINK2= YES USE_X11= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS= --enable-global --prefix=${LOCALBASE} +CONFIGURE_ARGS= --enable-global -XGUILOADPATH= ${LOCALBASE}/share/snns - -AUTOMAKE_PATTERNS+= config.hin +XGUILOADPATH= ${PREFIX}/share/snns post-install: ${INSTALL_DATA_DIR} ${XGUILOADPATH}; |