summaryrefslogtreecommitdiff
path: root/security/nettle
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-02-10 17:38:38 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-02-10 17:38:38 +0000
commit6e6d450252420fa5a322a61f56b5466fb9158d28 (patch)
tree8ab8e810abaa43aa26408a1f884761163ae447bf /security/nettle
parentIt's already there too. (diff)
Fix up OPTIONS_DEFINE being after bsd.port.pre.mk.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=343662
Diffstat (limited to 'security/nettle')
-rw-r--r--security/nettle/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile
index b10afa678aac..f927fc73ed61 100644
--- a/security/nettle/Makefile
+++ b/security/nettle/Makefile
@@ -32,16 +32,14 @@ PORTDOCS= NEWS README TODO nettle.html nettle.pdf
PORTEXAMPLES= *.c *.h
INFO= nettle
+OPTIONS_DEFINE= DOCS EXAMPLES
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
CONFIGURE_ENV+= CCPIC=-fPIC
.endif
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-.include <bsd.port.options.mk>
-
post-install:
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}