diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-25 09:46:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-25 09:46:09 +0800 |
commit | 4e35278ebc86827b4014a76f34404e64a34e94c4 (patch) | |
tree | c158737d1a87339403d32a54c149a5db807ceb74 | |
parent | 7599068dc4e70fb8af40661bfa792eaa54c36cf2 (diff) | |
download | freebsd-ports-gnome-4e35278ebc86827b4014a76f34404e64a34e94c4.tar.gz freebsd-ports-gnome-4e35278ebc86827b4014a76f34404e64a34e94c4.tar.zst freebsd-ports-gnome-4e35278ebc86827b4014a76f34404e64a34e94c4.zip |
- Add LICENSE
- Strip binary
-rw-r--r-- | net/unfs3/Makefile | 5 |
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 |