diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-05-31 16:37:58 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-05-31 16:37:58 +0000 |
commit | fe7fc772a5aa50ceab067ebdb68b0fc9e2d0cbeb (patch) | |
tree | 3aba6572b76515a94751ae114e5304e1d6c1f9ac /net/libnfs | |
parent | f4651688029fd1776aa50c470ece596188945ab8 (diff) | |
download | ports-fe7fc772a5aa50ceab067ebdb68b0fc9e2d0cbeb.tar.gz ports-fe7fc772a5aa50ceab067ebdb68b0fc9e2d0cbeb.zip |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine)
Notes
Notes:
svn path=/head/; revision=355995
Diffstat (limited to 'net/libnfs')
-rw-r--r-- | net/libnfs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/libnfs/Makefile b/net/libnfs/Makefile index 7027a9a380f7..b7f2866d296f 100644 --- a/net/libnfs/Makefile +++ b/net/libnfs/Makefile @@ -14,7 +14,6 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING USES= pkgconfig gmake -USE_AUTORECONF= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize ACLOCAL_ARGS= -I. AUTOMAKE_ARGS= --add-missing |