From 899d2706b71f82953aaf4af9bc2bf4e7cd2f9b2a Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 30 Apr 2013 20:00:28 +0000 Subject: - 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 --- www/cgiparse/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'www/cgiparse/Makefile') 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 -- cgit v1.2.3