diff options
Diffstat (limited to 'net/csup/Makefile')
-rw-r--r-- | net/csup/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 <bsd.port.mk> |