aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-12 12:38:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-12 12:38:26 +0000
commitf644fb5d72cf6fb768ebc78552134e079189c52b (patch)
tree324c7baf9b8dc03ac8c7374dc3cd45a598513deb
parent55c7913e0e5586214700e09ffe42c22a69928aac (diff)
downloadports-f644fb5d72cf6fb768ebc78552134e079189c52b.tar.gz
ports-f644fb5d72cf6fb768ebc78552134e079189c52b.zip
Notes
-rw-r--r--lang/pure/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pure/Makefile b/lang/pure/Makefile
index bca196ba8867..cf7a7eb49743 100644
--- a/lang/pure/Makefile
+++ b/lang/pure/Makefile
@@ -76,6 +76,8 @@ SUB_LIST+= NOCLANG=""
SUB_LIST+= NOCLANG="@comment "
.endif
+.include "${.CURDIR}/bsd.pure.mk"
+
.include <bsd.port.pre.mk>
post-install:
@@ -97,5 +99,4 @@ post-install:
@${CAT} ${PKGMESSAGE}
-.include "bsd.pure.mk"
.include <bsd.port.post.mk>