diff options
Diffstat (limited to 'x11/qwt/Makefile')
-rw-r--r-- | x11/qwt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qwt/Makefile b/x11/qwt/Makefile index 6806f7b559c..d39d87252ae 100644 --- a/x11/qwt/Makefile +++ b/x11/qwt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/05/22 20:08:50 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2005/06/17 03:50:44 jlam Exp $ DISTNAME= qwt-0.3.0 PKGREVISION= 2 @@ -17,6 +17,8 @@ MAKE_ENV+= CXXFLAGS="${CXXFLAGS}" CONFLICTS= qwtlib-[0-9]* +INSTALLATION_DIRS= lib man/man3 + post-patch: ${LN} -s ${WRKSRC}/makefiles/netbsd-g++ ${WRKSRC}/Makefile |