diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-01-21 11:46:40 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-01-21 11:46:40 +0000 |
commit | bfea7e4dd82a2e68df2d9d58b535130d7788fc43 (patch) | |
tree | 91ccdf76b3d1c99c46535f40441b8ff69e8793af /net-im/jabber-pyicq/Makefile | |
parent | 8bf971d4ab8777c675e98973d8e1142d3dbaf633 (diff) | |
download | ports-bfea7e4dd82a2e68df2d9d58b535130d7788fc43.tar.gz ports-bfea7e4dd82a2e68df2d9d58b535130d7788fc43.zip |
Notes
Diffstat (limited to 'net-im/jabber-pyicq/Makefile')
-rw-r--r-- | net-im/jabber-pyicq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/jabber-pyicq/Makefile b/net-im/jabber-pyicq/Makefile index 3e5b346186b3..c0863c0b9c04 100644 --- a/net-im/jabber-pyicq/Makefile +++ b/net-im/jabber-pyicq/Makefile @@ -6,7 +6,7 @@ PORTNAME= pyicq PORTVERSION= 0.8a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= http://www.blathersource.org/download.php/pyicq-t/ PKGNAMEPREFIX= jabber- @@ -96,7 +96,7 @@ post-patch: ${WRKSRC}/src/main.py @${REINPLACE_CMD} -i "" 's|^#!.*$$|#!${LOCAL_PYTHON}|' \ ${WRKSRC}/PyICQt.py - @${RM} -f ${WRKSRC}/src/main.py.orig + @${RM} -f ${WRKSRC}/src/main.py.orig ${WRKSRC}/src/legacy/icqt.py.orig do-install: @${MKDIR} ${INST_DIR}/src ${INST_DIR}/data |