aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-04 10:06:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-04 10:06:40 +0000
commit1e132ef8aeb97c4df800ee173877328a824879ac (patch)
treed7c90dcdf5a4d019682fdae97e53b8c7801b313e /net
parentce82d50c4816a2ef3043622f6190ec76c1c66bc3 (diff)
downloadports-1e132ef8aeb97c4df800ee173877328a824879ac.tar.gz
ports-1e132ef8aeb97c4df800ee173877328a824879ac.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/libtnl/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/libtnl/Makefile b/net/libtnl/Makefile
index 46aed25c9755..11a1f49a1bf0 100644
--- a/net/libtnl/Makefile
+++ b/net/libtnl/Makefile
@@ -8,13 +8,13 @@ MASTER_SITES= SF/opentnl/TNL%20Source/${PORTVERSION}
DISTNAME= tnl-${PORTVERSION}-source
MAINTAINER= ports@FreeBSD.org
-COMMENT= A robust, secure, easy to use cross-platform C++ networking API
+COMMENT= Robust, secure, easy to use cross-platform C++ networking API
+USES= uidfix
+USE_GCC= any
WRKSRC= ${WRKDIR}/tnl/tnl
USE_LDCONFIG= yes
MAKEFILE= ${FILESDIR}/Makefile.bsd
-MAKE_ARGS= -j`${SYSCTL} -n hw.ncpu`
-NO_STAGE= yes
# Other arches can be added easily, provided there is hardware to test:
ONLY_FOR_ARCHS= i386 amd64
.if defined(NO_PROFILE) || defined(NOPROFILE)
@@ -29,7 +29,7 @@ PLIST_SUB+= PROFILE=''
#
#EXTRACT_AFTER_ARGS=|${TAR} -xpf - --exclude tnl/libtomcrypt
-pre-su-install:
- ${MKDIR} ${PREFIX}/include/tnl
+pre-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/include/tnl
.include <bsd.port.mk>