Date: Mon, 10 Feb 2014 17:38:39 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343662 - head/security/nettle Message-ID: <201402101738.s1AHcdRS032523@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402101738.s1AHcdRS032523>