aboutsummaryrefslogtreecommitdiff
path: root/archivers/bzip
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 /archivers/bzip
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 'archivers/bzip')
-rw-r--r--archivers/bzip/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile
index 7d252fea13d2..116fd7bd7325 100644
--- a/archivers/bzip/Makefile
+++ b/archivers/bzip/Makefile
@@ -24,9 +24,9 @@ pre-install:
@${CAT} ${FILESDIR}/COPYRIGHT
do-install:
- ${RM} -f ${PREFIX}/bin/bzip ${TARGETDIR}/bin/bunzip
- ${INSTALL_PROGRAM} ${WRKSRC}/bzip ${TARGETDIR}/bin/bzip
- ${LN} -fs ${TARGETDIR}/bin/bzip ${TARGETDIR}/bin/bunzip
+ ${RM} -f ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip
+ ${INSTALL_PROGRAM} ${WRKSRC}/bzip ${PREFIX}/bin/bzip
+ ${LN} -fs ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip
${INSTALL_MAN} ${WRKSRC}/bzip.1 ${MAN1PREFIX}/man/man1/bzip.1
${INSTALL_MAN} ${WRKSRC}/bzip.1 ${MAN1PREFIX}/man/man1/bunzip.1