diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2006-09-03 19:38:20 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2006-09-03 19:38:20 +0000 |
commit | e42579044f41d6502526c554e6397e93c4da5215 (patch) | |
tree | cdb6b4bd28eff9f101db680da5619551a6437abc /sysutils/pmap | |
parent | a9d07d526b1650caa63eecb968f0a275298ac4d5 (diff) |
* swap sites in MASTER_SITES
* remove BROKEN if ${OSVERSION} >= 601104
Notes
Notes:
svn path=/head/; revision=172083
Diffstat (limited to 'sysutils/pmap')
-rw-r--r-- | sysutils/pmap/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/pmap/Makefile b/sysutils/pmap/Makefile index ac82cbe79641..e7b222592e83 100644 --- a/sysutils/pmap/Makefile +++ b/sysutils/pmap/Makefile @@ -8,8 +8,8 @@ PORTNAME= pmap PORTVERSION= 20060622 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/pmap/ \ - ${MASTER_SITE_LOCAL:S!$!skv/!} +MASTER_SITES= ${MASTER_SITE_LOCAL:S!$!skv/!} \ + ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/pmap/ MAINTAINER= skv@FreeBSD.org COMMENT= Detailed process memory display @@ -28,10 +28,6 @@ MANCOMPRESSED= maybe BROKEN= Currently does not support -CURRENT .endif -.if ${OSVERSION} >= 601104 -BROKEN= Does not compile on FreeBSD >= 6.x -.endif - .if ${OSVERSION} < 600000 IGNORE= not supported on systems prior to 6.0 .endif |