diff options
Diffstat (limited to 'devel/cvsdelta/Makefile')
-rw-r--r-- | devel/cvsdelta/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/cvsdelta/Makefile b/devel/cvsdelta/Makefile index 3f7fa9a..00b5ea2 100644 --- a/devel/cvsdelta/Makefile +++ b/devel/cvsdelta/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cvsdelta -# Date created: Thu Jul 25, 2002 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) -# +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ -# PORTNAME= cvsdelta PORTVERSION= 1.7.0 @@ -19,6 +14,7 @@ COMMENT= Cvsdelta summarizes differences between local and in-cvs files USE_RUBY= yes NO_BUILD= yes +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/cvsdelta.1 ${PREFIX}/man/man1/ |