svn commit: r379866 - head/net/unfs3

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Feb 25 01:46:10 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list