diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2000-06-15 19:16:38 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2000-06-15 19:16:38 +0000 |
commit | 8d0f7d8f99a3f89d46420f3522be6e1ecd516671 (patch) | |
tree | 635a2c0a96cc78cdf041556a3482d2eec1c1e382 /x11-toolkits/py-wxPython24/Makefile | |
parent | Fix PLIST. (diff) |
Update 2.1.15 -> 2.1.16
Diffstat (limited to 'x11-toolkits/py-wxPython24/Makefile')
-rw-r--r-- | x11-toolkits/py-wxPython24/Makefile | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/x11-toolkits/py-wxPython24/Makefile b/x11-toolkits/py-wxPython24/Makefile index 790252cf0cc9..46d69cff5de2 100644 --- a/x11-toolkits/py-wxPython24/Makefile +++ b/x11-toolkits/py-wxPython24/Makefile @@ -6,7 +6,7 @@ # PORTNAME= py-wxPython -PORTVERSION= 2.1.15 +PORTVERSION= 2.1.16 CATEGORIES= x11-toolkits python MASTER_SITES= http://alldunn.com/wxPython/dist/ \ http://www.nectar.com/distfiles/ @@ -28,7 +28,6 @@ INSTALL_TARGET= install-freebsd TARGETDIR= ${PREFIX}/lib/python1.5/site-packages/wxPython HELPERLIBDIR= ${PREFIX}/lib -HTMLSRC= ${WRKSRC}/../modules/html do-configure: ${SED} -e "s:%CFLAGS%:${CFLAGS} `gtk12-config --cflags`:" \ @@ -38,17 +37,5 @@ do-configure: -e "s:%CXX%:${CXX}:" -e "s:%WRKSRC%:${WRKSRC}:" \ ${FILESDIR}/build.local > ${WRKSRC}/../build.local cd ${WRKSRC} && ../distrib/build.py - cd ${HTMLSRC} && ../../distrib/build.py -# XXX The modification time on a file is wrong. If we don't do -# something, then we'll have to depend upon SWIG. - ${TOUCH} ${WRKSRC}/gtk/grid.cpp ${WRKSRC}/gtk/grid.py - -post-build: - @(cd ${HTMLSRC}; \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) - -post-install: - @(cd ${HTMLSRC}; \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install) .include <bsd.port.mk> |