diff options
author | ak <ak@FreeBSD.org> | 2014-06-01 00:37:58 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-06-01 00:37:58 +0800 |
commit | 4258fa7831c79d69f262e8317a02a9b88f93783a (patch) | |
tree | 3aba6572b76515a94751ae114e5304e1d6c1f9ac /net | |
parent | 660aeced15c82ec76d0a069f8330817bd38edf20 (diff) | |
download | freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.tar.gz freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.tar.zst freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.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)
Diffstat (limited to 'net')
-rw-r--r-- | net/get_iplayer/distinfo | 2 | ||||
-rw-r--r-- | net/libnfs/Makefile | 1 | ||||
-rw-r--r-- | net/relayd/Makefile | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/net/get_iplayer/distinfo b/net/get_iplayer/distinfo index c93ac7667a5b..2afea0c03c35 100644 --- a/net/get_iplayer/distinfo +++ b/net/get_iplayer/distinfo @@ -1,2 +1,2 @@ SHA256 (get_iplayer-2.85.tar.gz) = d7cced1c22e97fffe7ef0d7baa0600831305463b96aae80b6dcd00cf8108dc27 -SIZE (get_iplayer-2.83.tar.gz) = 255192 +SIZE (get_iplayer-2.85.tar.gz) = 255192 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 diff --git a/net/relayd/Makefile b/net/relayd/Makefile index 87ee9737ed9e..f03273db8435 100644 --- a/net/relayd/Makefile +++ b/net/relayd/Makefile @@ -56,4 +56,3 @@ post-install: ${STAGEDIR}${PREFIX}/etc/relayd.conf || ${TRUE} .include <bsd.port.post.mk> - |