summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 21:11:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 21:11:24 +0000
commitf83b34b741cf3b63a8bd069695a3716c61e941d5 (patch)
treeca33e8ef1623b45839b76b5cb334d0dbf9c59746 /net
parento Grammar. (diff)
Fix pure by removing the useless pre.mk/post.mk dancing
Convert to USES=gmake Reported by: marino
Notes
Notes: svn path=/head/; revision=322733
Diffstat (limited to 'net')
-rw-r--r--net/pure-sockets/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/pure-sockets/Makefile b/net/pure-sockets/Makefile
index d6e78e23e7a5..562641d28743 100644
--- a/net/pure-sockets/Makefile
+++ b/net/pure-sockets/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pure-sockets
-# Date created: 2011-03-18
-# Whom: Zhihao Yuan <lichray@gmail.com>
-#
+# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
-#
PORTNAME= pure-sockets
PORTVERSION= 0.6
@@ -17,6 +13,5 @@ USE_PURE= yes
PLIST_FILES= lib/pure/sockets.pure \
lib/pure/sockets.so
-.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>