diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-02 11:00:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-02 11:00:24 +0000 |
commit | 5443c2ff10007b7e2c7e8b945da9df5cfb91577c (patch) | |
tree | 11bab603e8653353340c6067339873b2e38f8504 /x11/wxGTK-contrib | |
parent | 7b2f258e3d9f9c1072692fec665a422183f97e8b (diff) | |
download | pkgsrc-5443c2ff10007b7e2c7e8b945da9df5cfb91577c.tar.gz |
- DESTDIR support
- simplified Makefile of wxGTK-contrib using BUILD_DIRS
- don't include x11.b3.mk as it is not needed
Diffstat (limited to 'x11/wxGTK-contrib')
-rw-r--r-- | x11/wxGTK-contrib/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/wxGTK-contrib/Makefile b/x11/wxGTK-contrib/Makefile index 0f3d34effdc..458c1643ab5 100644 --- a/x11/wxGTK-contrib/Makefile +++ b/x11/wxGTK-contrib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/04/17 13:46:00 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2007/01/02 11:00:25 joerg Exp $ # .include "../../x11/wxGTK/Makefile.common" @@ -10,11 +10,7 @@ COMMENT= GTK-based implementation of the wxWidgets GUI library (contrib librari USE_TOOLS+= gmake -do-build: - cd ${WRKSRC}/contrib/src && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} - -do-install: - cd ${WRKSRC}/contrib/src && ${SETENV} ${MAKE_ENV} ${MAKE} install ${MAKE_FLAGS} +BUILD_DIRS= contrib/src .include "../../x11/wxGTK/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |