diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-10-15 15:46:17 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-10-15 15:46:17 +0000 |
commit | 2941b5d7ae4cfe2a1209a224372a695741b8a6aa (patch) | |
tree | 8c5d309cdc1b3acc262341ce6c7e0ae37ff581b4 /irc/xaric/Makefile | |
parent | 309fd0c77307646b8f39970d59852d0d2e1257dc (diff) |
Notes
Diffstat (limited to 'irc/xaric/Makefile')
-rw-r--r-- | irc/xaric/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/irc/xaric/Makefile b/irc/xaric/Makefile index 9f93485d6b96..6a3fd2ffb2fe 100644 --- a/irc/xaric/Makefile +++ b/irc/xaric/Makefile @@ -1,18 +1,19 @@ # New ports collection makefile for: Xaric -# Date created: 16 Feb 01 +# Date created: 14 Oct 01 # Whom: alanp@unixpower.org # # $FreeBSD$ # PORTNAME= xaric -PORTVERSION= 0.9f +PORTVERSION= 0.12.0 CATEGORIES= irc -MASTER_SITES= ftp://ftp.xaric.org/pub/xaric/ \ - ftp://ftp.unixpower.org/pub/xaric/ +MASTER_SITES= ftp://ftp.xaric.org/pub/xaric/ MAINTAINER= alanp@unixpower.org +MAN1= xaric.1 + USE_GMAKE= yes GNU_CONFIGURE= yes |