diff options
author | tron <tron> | 2001-10-09 19:51:41 +0000 |
---|---|---|
committer | tron <tron> | 2001-10-09 19:51:41 +0000 |
commit | 6cae73c1417b8c98c804dc1e211e305806795855 (patch) | |
tree | 8c8c42e5785e93132f1a1307d3b447c89635426f | |
parent | 289eaadaffc7ca00ac4363d472fd899eb795c731 (diff) | |
download | pkgsrc-6cae73c1417b8c98c804dc1e211e305806795855.tar.gz |
Make sure that the licence question is not repeated in the "build" target.
-rw-r--r-- | x11/qt2-libs/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/qt2-libs/Makefile.common b/x11/qt2-libs/Makefile.common index a1e18ed2f59..4d293c76496 100644 --- a/x11/qt2-libs/Makefile.common +++ b/x11/qt2-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2001/08/29 22:41:29 jlam Exp $ +# $NetBSD: Makefile.common,v 1.17 2001/10/09 19:51:41 tron Exp $ # DISTNAME= qt-x11-${QTVERSION} @@ -60,3 +60,6 @@ post-patch: for file in netbsd-g++-static solaris-g++-static; do \ ${SED} ${FILES_SUBST_SED} $${file}.in > $${file}; \ done + +pre-build: + @${TOUCH} ${WRKSRC}/.buildopts |