aboutsummaryrefslogtreecommitdiff
path: root/mail/svnmailer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/svnmailer/Makefile')
-rw-r--r--mail/svnmailer/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/mail/svnmailer/Makefile b/mail/svnmailer/Makefile
index 6f0255a6866d..ff321324ea60 100644
--- a/mail/svnmailer/Makefile
+++ b/mail/svnmailer/Makefile
@@ -14,25 +14,15 @@ COMMENT= Tool to post subversion repository commit information
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>0:${PORTSDIR}/devel/py-subversion
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_BZIP2= yes
+USES= tar:bzip2
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGVERSION= ${DISTVERSION}
-MAN1= svn-mailer.1
-
PORTDOCS= *
-NO_STAGE= yes
-
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
-.if ! ${PORT_OPTIONS:MDOCS}
-PYDISTUTILS_INSTALLARGS+= --no-install-docs
-.endif
-
post-patch:
@${REINPLACE_CMD} \
-e "1s|^.*|#!${PYTHON_CMD}|" \