svn commit: r343662 - head/security/nettle

Mathieu Arnold mat at FreeBSD.org
Mon Feb 10 17:38:39 UTC 2014


Author: mat
Date: Mon Feb 10 17:38:38 2014
New Revision: 343662
URL: http://svnweb.freebsd.org/changeset/ports/343662
QAT: https://qat.redports.org/buildarchive/r343662/

Log:
  Fix up OPTIONS_DEFINE being after bsd.port.pre.mk.
  
  Sponsored by:	Absolight

Modified:
  head/security/nettle/Makefile

Modified: head/security/nettle/Makefile
==============================================================================
--- head/security/nettle/Makefile	Mon Feb 10 17:30:18 2014	(r343661)
+++ head/security/nettle/Makefile	Mon Feb 10 17:38:38 2014	(r343662)
@@ -32,16 +32,14 @@ PORTDOCS=	NEWS README TODO nettle.html n
 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}


More information about the svn-ports-head mailing list