diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2012-12-12 20:25:52 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2012-12-12 20:25:52 +0000 |
commit | 522a4a2a8e3ceeed62dc63b93addb34dc77ed22e (patch) | |
tree | 86bbd2bdc0d8f46d423607d336c561556658bec3 /sysutils/atop/Makefile | |
parent | 8dcfc1b32a21288f359e3f0eb21cc4548566d888 (diff) |
Notes
Diffstat (limited to 'sysutils/atop/Makefile')
-rw-r--r-- | sysutils/atop/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/atop/Makefile b/sysutils/atop/Makefile index fb4e2bd4331a..9e32685fdfd7 100644 --- a/sysutils/atop/Makefile +++ b/sysutils/atop/Makefile @@ -6,10 +6,9 @@ # PORTNAME= atop -PORTVERSION= 1.26.b8 +PORTVERSION= 2.0.2.b1 CATEGORIES= sysutils -MASTER_SITES= BERLIOS -MASTER_SITE_SUBDIR=atop-freebsd +MASTER_SITES= http://cloud.github.com/downloads/samm-git/atop-freebsd/ DISTNAME= ${PORTNAME}-${PORTVERSION:C|b|fbsd.beta|} MAINTAINER= samm@os2.kiev.ua @@ -19,7 +18,7 @@ LICENSE= GPLv2 USE_BZIP2= yes USE_NCURSES= yes -MAKEFILE= Makefile.fbsd +MAKEFILE= BSDmakefile MAN1= atop.1 atopsar.1 MAN5= atoprc.5 LOGDIR?= /var/log/atop |