diff options
author | kevlo <kevlo@FreeBSD.org> | 2005-11-25 13:48:56 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2005-11-25 13:48:56 +0800 |
commit | 5b5056cd2c159f7958923573666af69b21c6da11 (patch) | |
tree | 26f224875fc898391749ea60d4b989d0978ebd94 /net-im/pebrot/Makefile | |
parent | a95422f8075b9cfb1dfa4d57e66c5855dc174007 (diff) | |
download | freebsd-ports-gnome-5b5056cd2c159f7958923573666af69b21c6da11.tar.gz freebsd-ports-gnome-5b5056cd2c159f7958923573666af69b21c6da11.tar.zst freebsd-ports-gnome-5b5056cd2c159f7958923573666af69b21c6da11.zip |
Update to 0.8.7.1
Diffstat (limited to 'net-im/pebrot/Makefile')
-rw-r--r-- | net-im/pebrot/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/pebrot/Makefile b/net-im/pebrot/Makefile index f0490376e970..0f52e02205e5 100644 --- a/net-im/pebrot/Makefile +++ b/net-im/pebrot/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= pebrot -PORTVERSION= 0.8.7 +PORTVERSION= 0.8.7.1 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -13,9 +13,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= kevlo@FreeBSD.org COMMENT= Text-based MSN messenger client -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cjkcodecs/__init__.py:${PORTSDIR}/converters/py-cjkcodecs - USE_PYTHON= 2.1+ USE_PYDISTUTILS= yes +post-extract: + @${FIND} ${WRKSRC} -name CVS -type d | ${XARGS} ${RM} -fr + .include <bsd.port.mk> |