diff options
Diffstat (limited to 'devel/pybugz/Makefile')
-rw-r--r-- | devel/pybugz/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/pybugz/Makefile b/devel/pybugz/Makefile index ee1bcd462c41..f385158557b0 100644 --- a/devel/pybugz/Makefile +++ b/devel/pybugz/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-pybugz -# Date created: 2012-03-18 -# Whom: Chris Rees <crees@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= pybugz PORTVERSION= 0.9.3 @@ -27,4 +22,5 @@ PLIST_FILES= bin/bugz DATADIR= ${PYTHONPREFIX_SITELIBDIR}/bugz PORTDATA= * +NO_STAGE= yes .include <bsd.port.mk> |