diff options
Diffstat (limited to 'sysutils/clonehdd/Makefile')
-rw-r--r-- | sysutils/clonehdd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/clonehdd/Makefile b/sysutils/clonehdd/Makefile index 29464c794069..39d829f1dfbf 100644 --- a/sysutils/clonehdd/Makefile +++ b/sysutils/clonehdd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: clonehdd -# Date created: 21 August 2007 -# Whom: Anton Lysenok <bart@tapolsky.net.ua> -# +# Created by: Anton Lysenok <bart@tapolsky.net.ua> # $FreeBSD$ -# PORTNAME= clonehdd PORTVERSION= 2.0.3 @@ -20,6 +16,7 @@ NO_BUILD= YES MAN8= clonehdd.8 SUB_FILES= pkg-message +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/clonehdd ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/clonehdd.8 ${MAN8PREFIX}/man/man8 |