diff options
author | wiz <wiz> | 2002-10-02 21:42:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-02 21:42:37 +0000 |
commit | dd94a04eeb3534d8b74d01c1cbf349c63670351a (patch) | |
tree | f88a671369e33b695acc6e036af75cdd8548074e /math/snns/Makefile | |
parent | 5fba8d1ec8b6c8848b42188441c7f0443ea136a3 (diff) | |
download | pkgsrc-dd94a04eeb3534d8b74d01c1cbf349c63670351a.tar.gz |
Join short continuation line.
Diffstat (limited to 'math/snns/Makefile')
-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}; |