diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-01 04:00:28 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-01 04:00:28 +0800 |
commit | 48f29aca6c7da8e255fe5d98c77b86db8860138f (patch) | |
tree | 270562017b587dd8298cb2d848dcb0ece32fd220 /mail/xfaces | |
parent | f6711d0baef8f952e0c6ec54614e153994f7d7b2 (diff) | |
download | freebsd-ports-gnome-48f29aca6c7da8e255fe5d98c77b86db8860138f.tar.gz freebsd-ports-gnome-48f29aca6c7da8e255fe5d98c77b86db8860138f.tar.zst freebsd-ports-gnome-48f29aca6c7da8e255fe5d98c77b86db8860138f.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
Diffstat (limited to 'mail/xfaces')
-rw-r--r-- | mail/xfaces/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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. |