Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 01:46:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379866 - head/net/unfs3
Message-ID:  <201502250146.t1P1kAkG071272@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Feb 25 01:46:09 2015
New Revision: 379866
URL: https://svnweb.freebsd.org/changeset/ports/379866
QAT: https://qat.redports.org/buildarchive/r379866/

Log:
  - Add LICENSE
  - Strip binary

Modified:
  head/net/unfs3/Makefile

Modified: head/net/unfs3/Makefile
==============================================================================
--- head/net/unfs3/Makefile	Wed Feb 25 01:45:59 2015	(r379865)
+++ head/net/unfs3/Makefile	Wed Feb 25 01:46:09 2015	(r379866)
@@ -10,8 +10,13 @@ MASTER_SITES=	SF
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	User-space implementation of the NFSv3 server specification
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USE_AUTOTOOLS=	autoconf
+GNU_CONFIGURE=	yes
 USES=		bison
+INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	sbin/unfsd man/man7/tags.7.gz man/man8/unfsd.8.gz
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502250146.t1P1kAkG071272>