diff options
author | thierry <thierry@FreeBSD.org> | 2005-07-31 03:46:09 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-07-31 03:46:09 +0800 |
commit | e8ed1b05cd0c0166bf15fd3c959cd7c5ddc1c93e (patch) | |
tree | a5133f78b245f38bdb95d7be846a8488394b68b7 /x11-toolkits/py-fltk/Makefile | |
parent | 3559c470badfd84d30b9ecbcf3afa7fd0c93afc5 (diff) | |
download | freebsd-ports-gnome-e8ed1b05cd0c0166bf15fd3c959cd7c5ddc1c93e.tar.gz freebsd-ports-gnome-e8ed1b05cd0c0166bf15fd3c959cd7c5ddc1c93e.tar.zst freebsd-ports-gnome-e8ed1b05cd0c0166bf15fd3c959cd7c5ddc1c93e.zip |
Upgrade to 1.1b3 and unbreak.
Diffstat (limited to 'x11-toolkits/py-fltk/Makefile')
-rw-r--r-- | x11-toolkits/py-fltk/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/x11-toolkits/py-fltk/Makefile b/x11-toolkits/py-fltk/Makefile index a2484727d5ef..2abf4061afc4 100644 --- a/x11-toolkits/py-fltk/Makefile +++ b/x11-toolkits/py-fltk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fltk -PORTVERSION= 1.1.b2 +PORTVERSION= 1.1.b3 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= pyfltk @@ -23,25 +23,17 @@ USE_PYDISTUTILS= yes USE_XLIB= yes USE_REINPLACE= yes -#WRKSRC= ${WRKDIR}/${DISTNAME} MAKE_ENV+= FLTK_HOME=${X11BASE}/include OPENGL_HOME=${X11BASE}/include DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} XTRADOCS= CHANGES README TODO -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 600000 -BROKEN= "Broken pkg-plist on FreeBSD >= 6.x" -.endif - post-build: ${REINPLACE_CMD} -e "s|\.\./docs|${DOCSDIR}/html|g" ${WRKSRC}/test/help.py do-install: @(cd ${INSTALL_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} install ${PYDISTUTILS_INSTALLARGS}) .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} ${MKDIR} ${DOCSDIR}/html ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}/html ${MKDIR} ${EXAMPLESDIR} @@ -52,4 +44,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |