aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tw_cli
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
commit42542fb07642b8336e808272918f3ae46aa67e0b (patch)
tree98ff235c33c6493aa26457284f122652c38935f7 /sysutils/tw_cli
parent4c9cd257fd4e6eca46807a43e128d298429ee3cd (diff)
downloadports-42542fb07642b8336e808272918f3ae46aa67e0b.tar.gz
ports-42542fb07642b8336e808272918f3ae46aa67e0b.zip
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=197075
Diffstat (limited to 'sysutils/tw_cli')
-rw-r--r--sysutils/tw_cli/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/tw_cli/Makefile b/sysutils/tw_cli/Makefile
index 5f6ac8458dba..6c39c73d3abf 100644
--- a/sysutils/tw_cli/Makefile
+++ b/sysutils/tw_cli/Makefile
@@ -42,13 +42,13 @@ do-configure:
${REINPLACE_CMD} 's!/usr/bin/perl!${PERL}!g' ${WRKSRC}/tw_sched
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/tw_cli ${DESTDIR}${PREFIX}/sbin/
- ${INSTALL_SCRIPT} ${WRKSRC}/tw_sched ${DESTDIR}${PREFIX}/sbin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/tw_cli ${PREFIX}/sbin/
+ ${INSTALL_SCRIPT} ${WRKSRC}/tw_sched ${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/tw_cli.8.nroff ${MANPREFIX}/man/man8/tw_cli.8
${INSTALL_MAN} ${WRKSRC}/tw_sched.8.nroff ${MANPREFIX}/man/man8/tw_sched.8
- @${MKDIR} ${DESTDIR}${PREFIX}/etc/periodic/daily
+ @${MKDIR} ${PREFIX}/etc/periodic/daily
${INSTALL_SCRIPT} ${WRKDIR}/407.status-3ware-raid \
- ${DESTDIR}${PREFIX}/etc/periodic/daily/
+ ${PREFIX}/etc/periodic/daily/
post-install:
.if !defined(NOPORTDOCS)