aboutsummaryrefslogtreecommitdiff
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
parentc3cc2cbe27a09b0f8b9e1461bf0bc7148a403c65 (diff)
downloadports-6e6d450252420fa5a322a61f56b5466fb9158d28.tar.gz
ports-6e6d450252420fa5a322a61f56b5466fb9158d28.zip
Notes
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}