summaryrefslogtreecommitdiff
path: root/devel/cvsdelta
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-27 23:47:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-27 23:47:37 +0000
commitbaf092517a45295cfd133e4f83a710ca6c2632c1 (patch)
treeeadf2ffa0117ff64832ffec5a431239b171b7382 /devel/cvsdelta
parentSupport stage (diff)
Support stage
Cosmectic changes
Notes
Notes: svn path=/head/; revision=341483
Diffstat (limited to 'devel/cvsdelta')
-rw-r--r--devel/cvsdelta/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/devel/cvsdelta/Makefile b/devel/cvsdelta/Makefile
index 00b5ea25f1a0..ff28b8d4b2bb 100644
--- a/devel/cvsdelta/Makefile
+++ b/devel/cvsdelta/Makefile
@@ -5,8 +5,7 @@ PORTNAME= cvsdelta
PORTVERSION= 1.7.0
CATEGORIES= devel
MASTER_SITES= http://belnet.dl.sourceforge.net/sourceforge/cvsdelta/ \
- SF
-
+ SF
MAINTAINER= mich@FreeBSD.org
COMMENT= Cvsdelta summarizes differences between local and in-cvs files
@@ -14,12 +13,11 @@ 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/
+PLIST_FILES= bin/cvsdelta \
+ man/man1/cvsdelta.1.gz
-MAN1= cvsdelta.1
-PLIST_FILES= bin/cvsdelta
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_MAN} ${WRKSRC}/cvsdelta.1 ${STAGEDIR}${PREFIX}/man/man1/
.include <bsd.port.mk>