diff options
author | Andrej Zverev <az@FreeBSD.org> | 2006-02-22 08:15:48 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2006-02-22 08:15:48 +0000 |
commit | 6e827fc721ee40e9f74ab0d7cad283ec0e9f2048 (patch) | |
tree | 1e90bcb4ab87273eb11dc98c43dd4564add91425 /mail/svnmailer/Makefile | |
parent | 7bc220864cb567e34d82880173ac72a121e37ac3 (diff) |
Notes
Diffstat (limited to 'mail/svnmailer/Makefile')
-rw-r--r-- | mail/svnmailer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/svnmailer/Makefile b/mail/svnmailer/Makefile index 5180ba374239..51f69b87ad08 100644 --- a/mail/svnmailer/Makefile +++ b/mail/svnmailer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= svnmailer -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= mail python MASTER_SITES= http://storage.perlig.de/${PORTNAME}/ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -18,7 +18,6 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libsvn/__init__.py:${PORTSDIR}/devel/subvers USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes -USE_REINPLACE= yes PORTDOCS= index.html perlig.css perlig.jpg perlig_docs.css \ perlig_offline.css right.gif up.gif |