aboutsummaryrefslogtreecommitdiff
path: root/audio/yell
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-08-11 10:59:32 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-08-11 10:59:32 +0000
commitcd95004ee08172136d85f9967df47d883cc5eb27 (patch)
treecb26e4fbdd63e921db7d956956ea2adb554333e5 /audio/yell
parentcef93a952fa2d4cdbdf9aaaa05e20d83bf8a61c9 (diff)
downloadports-cd95004ee08172136d85f9967df47d883cc5eb27.tar.gz
ports-cd95004ee08172136d85f9967df47d883cc5eb27.zip
Respect DESTDIR
PR: 101674 Submitted by: gabor
Notes
Notes: svn path=/head/; revision=170341
Diffstat (limited to 'audio/yell')
-rw-r--r--audio/yell/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/yell/Makefile b/audio/yell/Makefile
index d7f793414e2e..db8b26c97ea8 100644
--- a/audio/yell/Makefile
+++ b/audio/yell/Makefile
@@ -31,9 +31,9 @@ do-build:
do-install:
.if defined(WITH_SUID)
- ${INSTALL_PROGRAM} -m 4110 ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} -m 4110 ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin
.else
- ${INSTALL_PROGRAM} -m 0100 ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} -m 0100 ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin
.endif
post-install: