diff options
Diffstat (limited to 'devel/bzr-svn/Makefile')
-rw-r--r-- | devel/bzr-svn/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile index 834ba5fc8c69..f3da64b9af02 100644 --- a/devel/bzr-svn/Makefile +++ b/devel/bzr-svn/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: bzr-svn -# Date created: 8 August 2010 -# Whom: Carlo Strub -# +# Created by: Carlo Strub # $FreeBSD$ -# PORTNAME= bzr-svn PORTVERSION= 1.2.2 @@ -26,4 +22,5 @@ USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_svn +NO_STAGE= yes .include <bsd.port.mk> |