aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/bzip
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-08-04 19:41:30 +0800
committergabor <gabor@FreeBSD.org>2007-08-04 19:41:30 +0800
commit1f31ff34b514d77244257a9a94391d3aae8edab0 (patch)
treea676504f8edaca31196a243aa7393f33f26078fa /archivers/bzip
parentfb4c30cf2c9bc123dc0c05a0e070f2c48e83be57 (diff)
downloadfreebsd-ports-gnome-1f31ff34b514d77244257a9a94391d3aae8edab0.tar.gz
freebsd-ports-gnome-1f31ff34b514d77244257a9a94391d3aae8edab0.tar.zst
freebsd-ports-gnome-1f31ff34b514d77244257a9a94391d3aae8edab0.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)
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