summaryrefslogtreecommitdiff
path: root/archivers/mscompress
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-08-12 13:07:49 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-08-12 13:07:49 +0000
commita13e4dac2918889e01fe4d26ae952f810b49b1f1 (patch)
tree3d70cd325196fb48dba38acfba805ff0d0743905 /archivers/mscompress
parent- Respect DESTDIR (diff)
Respect DESTDIR
PR: 101805 Submitted by: gabor
Notes
Notes: svn path=/head/; revision=170407
Diffstat (limited to 'archivers/mscompress')
-rw-r--r--archivers/mscompress/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/mscompress/Makefile b/archivers/mscompress/Makefile
index 8c69c2b051f6..05b59dbb94d8 100644
--- a/archivers/mscompress/Makefile
+++ b/archivers/mscompress/Makefile
@@ -22,9 +22,9 @@ MAN1= mscompress.1 msexpand.1
PLIST_FILES= bin/mscompress bin/msexpand
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mscompress ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/msexpand ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/mscompress.1 ${PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/msexpand.1 ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/mscompress ${TARGETDIR}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/msexpand ${TARGETDIR}/bin
+ ${INSTALL_MAN} ${WRKSRC}/mscompress.1 ${MAN1PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/msexpand.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>