aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2013-10-30 04:57:21 +0800
committerolgeni <olgeni@FreeBSD.org>2013-10-30 04:57:21 +0800
commit2e0ada2c3433f599b35706be631f3192829fc637 (patch)
tree0e3758214e5690bbaeda1dfcc48dc8cba7c791f1 /net
parent95c3b4435a1e172c514e83ca0349ad93f35a3495 (diff)
downloadfreebsd-ports-gnome-2e0ada2c3433f599b35706be631f3192829fc637.tar.gz
freebsd-ports-gnome-2e0ada2c3433f599b35706be631f3192829fc637.tar.zst
freebsd-ports-gnome-2e0ada2c3433f599b35706be631f3192829fc637.zip
- Add staging support.
- Do not mute install commands.
Diffstat (limited to 'net')
-rw-r--r--net/tcpxd/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/tcpxd/Makefile b/net/tcpxd/Makefile
index 22a17e0dd974..59261f34042f 100644
--- a/net/tcpxd/Makefile
+++ b/net/tcpxd/Makefile
@@ -17,9 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
-NO_STAGE= yes
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/tcpxd ${PREFIX}/sbin
- @${INSTALL_DATA} ${WRKSRC}/tcpxd.conf ${PREFIX}/etc/tcpxd.conf.dist
+ ${INSTALL_PROGRAM} ${WRKSRC}/tcpxd ${STAGEDIR}${PREFIX}/sbin
+ ${INSTALL_DATA} ${WRKSRC}/tcpxd.conf ${STAGEDIR}${PREFIX}/etc/tcpxd.conf.dist
.include <bsd.port.mk>