From c2bd4897be77e76011aec25ed55e5b4b61b09858 Mon Sep 17 00:00:00 2001 From: itetcu Date: Fri, 16 Jun 2006 08:01:46 +0000 Subject: Mark IGNORE if csup is already in the base system. Approved by: mux@ --- net/csup/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'net/csup') diff --git a/net/csup/Makefile b/net/csup/Makefile index d3850bde2469..3f21c610a4f1 100644 --- a/net/csup/Makefile +++ b/net/csup/Makefile @@ -8,6 +8,7 @@ PORTNAME= csup PORTVERSION= 20060313 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= http://www.mu.org/~mux/ \ ${MASTER_SITE_LOCAL} @@ -22,4 +23,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/csup \ man/man1/csup.1.gz +.if exists(/usr/bin/csup) +IGNORE= is already in the base system +.endif + .include -- cgit