diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 12:38:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 12:38:26 +0000 |
commit | f644fb5d72cf6fb768ebc78552134e079189c52b (patch) | |
tree | 324c7baf9b8dc03ac8c7374dc3cd45a598513deb /lang/pure | |
parent | 55c7913e0e5586214700e09ffe42c22a69928aac (diff) | |
download | ports-f644fb5d72cf6fb768ebc78552134e079189c52b.tar.gz ports-f644fb5d72cf6fb768ebc78552134e079189c52b.zip |
Notes
Diffstat (limited to 'lang/pure')
-rw-r--r-- | lang/pure/Makefile | 3 |
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> |