aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-09 21:14:38 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-09 21:14:38 +0000
commit4aabbf4232dca0935bac8509b1efacc8ac96c3ad (patch)
tree80ee169709d5813d06f7a76d44b2aa194cbc7f5d /irc
parent6d6b884ae72e039569bb002e4ac86e639714d20c (diff)
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/dcc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/dcc/Makefile b/irc/dcc/Makefile
index 4ebdab17fff9..ebfe3ce8e490 100644
--- a/irc/dcc/Makefile
+++ b/irc/dcc/Makefile
@@ -26,8 +26,7 @@ LDFLAGS+= -pthread
PLIST_FILES= bin/dcc
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/dcc ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/dcc ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>