diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-02 21:42:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-02 21:42:37 +0000 |
commit | f622ac26ad4df1f11099a5eacf6fa2109a83b5ed (patch) | |
tree | f88a671369e33b695acc6e036af75cdd8548074e /math | |
parent | 7fa346fa89658dd3505c38cfdb9ef7ae5798f782 (diff) | |
download | pkgsrc-f622ac26ad4df1f11099a5eacf6fa2109a83b5ed.tar.gz |
Join short continuation line.
Diffstat (limited to 'math')
-rw-r--r-- | math/snns/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/snns/Makefile b/math/snns/Makefile index 9951189b472..0735f391107 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/03/19 08:48:17 skrll Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/02 21:42:37 wiz Exp $ DISTNAME= SNNSv4.2 PKGNAME= snns-4.2 @@ -15,8 +15,7 @@ CONFIGURE_ARGS= --enable-global --prefix=${LOCALBASE} XGUILOADPATH= ${LOCALBASE}/share/snns -AUTOMAKE_PATTERNS+= \ - config.hin +AUTOMAKE_PATTERNS+= config.hin post-install: ${INSTALL_DATA_DIR} ${XGUILOADPATH}; |