diff options
Diffstat (limited to 'biology/phred/Makefile')
-rw-r--r-- | biology/phred/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/biology/phred/Makefile b/biology/phred/Makefile index 91431de93669..99ab3f200deb 100644 --- a/biology/phred/Makefile +++ b/biology/phred/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: phred -# Date created: 6 December 2007 -# Whom: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp> -# +# Created by: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp> # $FreeBSD$ -# PORTNAME= phred PORTVERSION= 0.020425.c @@ -38,6 +34,7 @@ PORTDATA+= ${f}.dist PORTDOCS= NEWS PHRED.DOC DAEV.DOC +NO_STAGE= yes .include <bsd.port.pre.mk> .for f in ${DISTFILES} |