aboutsummaryrefslogtreecommitdiff
path: root/sysutils/clonehdd
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-08 15:06:28 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-08 15:06:28 +0000
commitbc8595b19c8e1730b9a3dac40252fea5c6334569 (patch)
tree2b7ded4f3b997cac10a101625d2e9f71d52e08d9 /sysutils/clonehdd
parent9e9da337c715f387e075cc80406127d47522adb1 (diff)
Notes
Diffstat (limited to 'sysutils/clonehdd')
-rw-r--r--sysutils/clonehdd/Makefile10
-rw-r--r--sysutils/clonehdd/pkg-message (renamed from sysutils/clonehdd/files/pkg-message.in)0
2 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/clonehdd/Makefile b/sysutils/clonehdd/Makefile
index 39d829f1dfbf..0055b16ffc8e 100644
--- a/sysutils/clonehdd/Makefile
+++ b/sysutils/clonehdd/Makefile
@@ -11,15 +11,11 @@ COMMENT= Tool for clone HDD on FreeBSD
USES= perl5
USE_PERL5= run
-PLIST_FILES= sbin/clonehdd
+PLIST_FILES= sbin/clonehdd man/man8/${PORTNAME}.8.gz
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
- ${CAT} ${PKGMESSAGE}
+ ${INSTALL_SCRIPT} ${WRKSRC}/clonehdd ${STAGEDIR}${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/clonehdd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
.include <bsd.port.mk>
diff --git a/sysutils/clonehdd/files/pkg-message.in b/sysutils/clonehdd/pkg-message
index 02fb0c773e3f..02fb0c773e3f 100644
--- a/sysutils/clonehdd/files/pkg-message.in
+++ b/sysutils/clonehdd/pkg-message