diff options
author | jmc <jmc> | 2002-03-07 07:13:59 +0000 |
---|---|---|
committer | jmc <jmc> | 2002-03-07 07:13:59 +0000 |
commit | dd5c1f8e9adf03135609d57cf2a2f2c64df3d19a (patch) | |
tree | 6d26cee0eae99861e909f814108002e924c0215b /math/snns/Makefile | |
parent | ee0d682b3a180e4d2439f082307a50ff412aa802 (diff) | |
download | pkgsrc-dd5c1f8e9adf03135609d57cf2a2f2c64df3d19a.tar.gz |
Touch files post configure to prevent a 2nd configure loop on build which will
end up dropping the original arguments like prefix
Diffstat (limited to 'math/snns/Makefile')
-rw-r--r-- | math/snns/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/math/snns/Makefile b/math/snns/Makefile index 2d6b0792d89..c93b8291b1d 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/12/19 20:16:06 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2002/03/07 07:13:59 jmc Exp $ DISTNAME= SNNSv4.2 PKGNAME= snns-4.2 @@ -17,6 +17,11 @@ 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 + post-install: ${INSTALL_DATA_DIR} ${XGUILOADPATH}; ${INSTALL_DATA_DIR} ${LOCALBASE}/share/snns; |