- 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
This commit is contained in:
Bryan Drewery 2013-04-30 20:00:28 +00:00
parent ceab3c8133
commit 899d2706b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316958
9 changed files with 14 additions and 33 deletions

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: libgutenfetch # Created by: Russell Francis <johntabularasa@users.sf.net>
# Date created: 17 July 2004
# Whom: Russell Francis <johntabularasa@users.sf.net>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= libgutenfetch PORTNAME= libgutenfetch
PORTVERSION= 1.2 PORTVERSION= 1.2
@ -14,7 +10,7 @@ MASTER_SITES= SF
MAINTAINER= johntabularasa@users.sf.net MAINTAINER= johntabularasa@users.sf.net
COMMENT= A library that allows application developers to connect to PG 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 USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View File

@ -109,7 +109,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
.endif .endif
#.if ${PORT_OPTIONS:MASVN} #.if ${PORT_OPTIONS:MASVN}
#RUN_DEPENDS+= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils:install #RUN_DEPENDS+= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils
#PLIST_SUB+= ASVN="" #PLIST_SUB+= ASVN=""
#.else #.else
PLIST_SUB+= ASVN="@comment " PLIST_SUB+= ASVN="@comment "

View File

@ -83,7 +83,7 @@ PLIST_SUB+= BOOK="@comment "
.endif .endif
.if ${PORT_OPTIONS:MASVN} .if ${PORT_OPTIONS:MASVN}
RUN_DEPENDS+= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils:install RUN_DEPENDS+= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils
PLIST_SUB+= ASVN="" PLIST_SUB+= ASVN=""
.else .else
PLIST_SUB+= ASVN="@comment " PLIST_SUB+= ASVN="@comment "

View File

@ -1,9 +1,5 @@
# New ports collection Makefile for: moon-buggy # Created by: Ralf Becker <ralf@akk.org>
# Date created: 10 January 2002
# Whom: Ralf Becker <ralf@akk.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= moon-buggy PORTNAME= moon-buggy
PORTVERSION= 1.0.51 PORTVERSION= 1.0.51
@ -24,7 +20,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
.if defined (WITH_ESOUND) .if defined (WITH_ESOUND)
LIB_DEPENDS= esd:${PORTSDIR}/audio/esound:install LIB_DEPENDS= esd:${PORTSDIR}/audio/esound
.endif .endif
USE_AUTOTOOLS= autoconf USE_AUTOTOOLS= autoconf

View File

@ -1,8 +1,5 @@
# New ports collection makefile for: xfaces-3.3 # Created by: Ted Faber <faber@isi.edu>
# Date created: 15 Dec 2001
# Whom: Ted Faber <faber@isi.edu>
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= xfaces PORTNAME= xfaces
PORTVERSION= 3.3 PORTVERSION= 3.3
@ -23,7 +20,7 @@ PATCH_DIST_STRIP=
MAINTAINER= faber@isi.edu MAINTAINER= faber@isi.edu
COMMENT= Display shaped icons for mail spool contents 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 # GNU make properly processes some overridden rules in the makefile that
# imake generates. Specifically, installing the html docs. # imake generates. Specifically, installing the html docs.

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: cgiparse # Created by: jmg
# Date created: 30 March 1997
# Whom: jmg
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= cgiparse PORTNAME= cgiparse
PORTVERSION= 0.9b PORTVERSION= 0.9b
@ -13,7 +9,7 @@ MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= C library to parse CGI Forms 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 GNU_CONFIGURE= yes
MAN3= cgiclose.3 cgigetvalue.3 cginewquerystr.3 MAN3= cgiclose.3 cgigetvalue.3 cginewquerystr.3

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-WWW-Curl # Created by: Chris Larsen <darth@vader.dk>
# Date created: 24 July 2003
# Whom: Chris Larsen <darth@vader.dk>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= WWW-Curl PORTNAME= WWW-Curl
PORTVERSION= 4.15 PORTVERSION= 4.15
@ -17,7 +13,7 @@ COMMENT= Perl binding interface for curl
LICENSE= MIT LICENSE= MIT
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl:install LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
PERL_CONFIGURE= yes PERL_CONFIGURE= yes

View File

@ -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 USE_PHP+= curl pcre bcmath pdo mcrypt mhash session
.endif .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_FILES= pkg-message log.sh test-deps.sh
SUB_LIST= "GREP=${GREP}" SUB_LIST= "GREP=${GREP}"

View File

@ -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 USE_PHP+= curl pcre bcmath pdo mcrypt mhash session pgsql spl dom xmlrpc ctype openssl simplexml soap json
.endif .endif
LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl:install LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl
SUB_FILES= pkg-message SUB_FILES= pkg-message