aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-25 01:46:09 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-25 01:46:09 +0000
commit742f22a0a2429450d85a9f5afa7ef4503a3e0fa5 (patch)
treec158737d1a87339403d32a54c149a5db807ceb74
parent894bf5b02f0167295766095e5a80c3e363f54267 (diff)
downloadports-742f22a0a2429450d85a9f5afa7ef4503a3e0fa5.tar.gz
ports-742f22a0a2429450d85a9f5afa7ef4503a3e0fa5.zip
- Add LICENSE
- Strip binary
Notes
Notes: svn path=/head/; revision=379866
-rw-r--r--net/unfs3/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile
index 92533b283ca0..b480f53df9b9 100644
--- a/net/unfs3/Makefile
+++ b/net/unfs3/Makefile
@@ -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