diff options
Diffstat (limited to 'devel/pycount/Makefile')
-rw-r--r-- | devel/pycount/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/pycount/Makefile b/devel/pycount/Makefile index 9189bd982f31..ad576ddc928d 100644 --- a/devel/pycount/Makefile +++ b/devel/pycount/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pycount -# Date created: Feb. 10, 2007 -# Whom: Li-Wen Hsu <lwhsu@lwhsu.org> -# +# Created by: Li-Wen Hsu <lwhsu@lwhsu.org> # $FreeBSD$ -# PORTNAME= pycount PORTVERSION= 0.0.6 @@ -24,6 +20,7 @@ NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKDIR} |