diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-11-20 22:38:31 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-11-20 22:38:31 +0000 |
commit | 00b3ef18a3d35fd7261876851e54d475536b2aef (patch) | |
tree | 76b6ee346563e1c9bbadd554a0061cde58b1634a /ftp/ftpcube/Makefile | |
parent | 8ca1b92a035f967c492c525fdc5683a1d5520d66 (diff) | |
download | ports-00b3ef18a3d35fd7261876851e54d475536b2aef.tar.gz ports-00b3ef18a3d35fd7261876851e54d475536b2aef.zip |
- Update to 0.4.3
- Use PYTHON_SITELIBDIR and DATADIR in pkg-plist
- Respect PREFIX
PR: 59142
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes:
svn path=/head/; revision=94559
Diffstat (limited to 'ftp/ftpcube/Makefile')
-rw-r--r-- | ftp/ftpcube/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ftp/ftpcube/Makefile b/ftp/ftpcube/Makefile index 61c2e9a3dad7..1f11f169105b 100644 --- a/ftp/ftpcube/Makefile +++ b/ftp/ftpcube/Makefile @@ -7,7 +7,7 @@ # PORTNAME= ftpcube -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.3 CATEGORIES= ftp python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,9 +15,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A graphical FTP Client -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/gtk.py:${PORTSDIR}/x11-toolkits/py-gtk +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wx/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython +USE_REINPLACE= yes USE_PYTHON= yes USE_PYDISTUTILS= yes +post-patch: + @${REINPLACE_CMD} 's,/usr/local,${PREFIX},' ${WRKSRC}/setup.cfg + .include <bsd.port.mk> |