diff options
-rw-r--r-- | chat/atheme/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/atheme/Makefile b/chat/atheme/Makefile index 3c243f66180..890027a1582 100644 --- a/chat/atheme/Makefile +++ b/chat/atheme/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2008/11/10 11:36:05 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2008/11/10 12:09:02 wiz Exp $ # DISTNAME= atheme-services-3.0.4 PKGNAME= ${DISTNAME:S/-services//} +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://distfiles.atheme.org/ EXTRACT_SUFX= .tbz2 |