aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-04-30 20:00:28 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-04-30 20:00:28 +0000
commit899d2706b71f82953aaf4af9bc2bf4e7cd2f9b2a (patch)
tree270562017b587dd8298cb2d848dcb0ece32fd220
parentceab3c8133ddd1440762d463731c2f3b49e05239 (diff)
downloadports-899d2706b71f82953aaf4af9bc2bf4e7cd2f9b2a.tar.gz
ports-899d2706b71f82953aaf4af9bc2bf4e7cd2f9b2a.zip
- Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDS
This fixes the following warning when running 'run-depends-list': "install" non-existent -- dependency list incomplete With hat: portmgr
Notes
Notes: svn path=/head/; revision=316958
-rw-r--r--devel/libgutenfetch/Makefile8
-rw-r--r--devel/subversion/Makefile2
-rw-r--r--devel/subversion16/Makefile2
-rw-r--r--games/moon-buggy/Makefile8
-rw-r--r--mail/xfaces/Makefile7
-rw-r--r--www/cgiparse/Makefile8
-rw-r--r--www/p5-WWW-Curl/Makefile8
-rw-r--r--www/thundercache/Makefile2
-rw-r--r--www/thundersnarf/Makefile2
9 files changed, 14 insertions, 33 deletions
diff --git a/devel/libgutenfetch/Makefile b/devel/libgutenfetch/Makefile
index 93d7251fe1db..83cb1b983859 100644
--- a/devel/libgutenfetch/Makefile
+++ b/devel/libgutenfetch/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libgutenfetch
-# Date created: 17 July 2004
-# Whom: Russell Francis <johntabularasa@users.sf.net>
-#
+# Created by: Russell Francis <johntabularasa@users.sf.net>
# $FreeBSD$
-#
PORTNAME= libgutenfetch
PORTVERSION= 1.2
@@ -14,7 +10,7 @@ MASTER_SITES= SF
MAINTAINER= johntabularasa@users.sf.net
COMMENT= A library that allows application developers to connect to PG
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl:install
+LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile
index 8058e77a6eed..d815494b79e8 100644
--- a/devel/subversion/Makefile
+++ b/devel/subversion/Makefile
@@ -109,7 +109,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
.endif
#.if ${PORT_OPTIONS:MASVN}
-#RUN_DEPENDS+= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils:install
+#RUN_DEPENDS+= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils
#PLIST_SUB+= ASVN=""
#.else
PLIST_SUB+= ASVN="@comment "
diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile
index 90f69ea65f9a..cd4560ca137b 100644
--- a/devel/subversion16/Makefile
+++ b/devel/subversion16/Makefile
@@ -83,7 +83,7 @@ PLIST_SUB+= BOOK="@comment "
.endif
.if ${PORT_OPTIONS:MASVN}
-RUN_DEPENDS+= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils:install
+RUN_DEPENDS+= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils
PLIST_SUB+= ASVN=""
.else
PLIST_SUB+= ASVN="@comment "
diff --git a/games/moon-buggy/Makefile b/games/moon-buggy/Makefile
index 6fcc6f68e882..08678f6d5753 100644
--- a/games/moon-buggy/Makefile
+++ b/games/moon-buggy/Makefile
@@ -1,9 +1,5 @@
-# New ports collection Makefile for: moon-buggy
-# Date created: 10 January 2002
-# Whom: Ralf Becker <ralf@akk.org>
-#
+# Created by: Ralf Becker <ralf@akk.org>
# $FreeBSD$
-#
PORTNAME= moon-buggy
PORTVERSION= 1.0.51
@@ -24,7 +20,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
.if defined (WITH_ESOUND)
-LIB_DEPENDS= esd:${PORTSDIR}/audio/esound:install
+LIB_DEPENDS= esd:${PORTSDIR}/audio/esound
.endif
USE_AUTOTOOLS= autoconf
diff --git a/mail/xfaces/Makefile b/mail/xfaces/Makefile
index ef060283799d..758288066a22 100644
--- a/mail/xfaces/Makefile
+++ b/mail/xfaces/Makefile
@@ -1,8 +1,5 @@
-# New ports collection makefile for: xfaces-3.3
-# Date created: 15 Dec 2001
-# Whom: Ted Faber <faber@isi.edu>
+# Created by: Ted Faber <faber@isi.edu>
# $FreeBSD$
-#
PORTNAME= xfaces
PORTVERSION= 3.3
@@ -23,7 +20,7 @@ PATCH_DIST_STRIP=
MAINTAINER= faber@isi.edu
COMMENT= Display shaped icons for mail spool contents
-LIB_DEPENDS= compface:${PORTSDIR}/mail/faces:install
+LIB_DEPENDS= compface:${PORTSDIR}/mail/faces
# GNU make properly processes some overridden rules in the makefile that
# imake generates. Specifically, installing the html docs.
diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile
index c3766cbf84b7..494e60b66607 100644
--- a/www/cgiparse/Makefile
+++ b/www/cgiparse/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: cgiparse
-# Date created: 30 March 1997
-# Whom: jmg
-#
+# Created by: jmg
# $FreeBSD$
-#
PORTNAME= cgiparse
PORTVERSION= 0.9b
@@ -13,7 +9,7 @@ MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/
MAINTAINER= ports@FreeBSD.org
COMMENT= C library to parse CGI Forms
-LIB_DEPENDS= mime.1:${PORTSDIR}/devel/mime:install
+LIB_DEPENDS= mime.1:${PORTSDIR}/devel/mime
GNU_CONFIGURE= yes
MAN3= cgiclose.3 cgigetvalue.3 cginewquerystr.3
diff --git a/www/p5-WWW-Curl/Makefile b/www/p5-WWW-Curl/Makefile
index a4156931416e..191fc4b79b30 100644
--- a/www/p5-WWW-Curl/Makefile
+++ b/www/p5-WWW-Curl/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-WWW-Curl
-# Date created: 24 July 2003
-# Whom: Chris Larsen <darth@vader.dk>
-#
+# Created by: Chris Larsen <darth@vader.dk>
# $FreeBSD$
-#
PORTNAME= WWW-Curl
PORTVERSION= 4.15
@@ -17,7 +13,7 @@ COMMENT= Perl binding interface for curl
LICENSE= MIT
-LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl:install
+LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
PERL_CONFIGURE= yes
diff --git a/www/thundercache/Makefile b/www/thundercache/Makefile
index af9e709756a2..18ce14dd8da0 100644
--- a/www/thundercache/Makefile
+++ b/www/thundercache/Makefile
@@ -62,7 +62,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pgsql.so:${PORTSDIR}/databases
USE_PHP+= curl pcre bcmath pdo mcrypt mhash session
.endif
-LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl:install
+LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl
SUB_FILES= pkg-message log.sh test-deps.sh
SUB_LIST= "GREP=${GREP}"
diff --git a/www/thundersnarf/Makefile b/www/thundersnarf/Makefile
index 6df9b00ca7dc..48a446b38669 100644
--- a/www/thundersnarf/Makefile
+++ b/www/thundersnarf/Makefile
@@ -42,7 +42,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_pgsql.so:${PORTSDIR}/datab
USE_PHP+= curl pcre bcmath pdo mcrypt mhash session pgsql spl dom xmlrpc ctype openssl simplexml soap json
.endif
-LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl:install
+LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl
SUB_FILES= pkg-message