diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-01 00:11:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-01 00:11:02 +0000 |
commit | 677e08a15dff8082b3f8f8d562f68a6f0d78cb52 (patch) | |
tree | 4c30cc2c4df81e1d7d9ddffa77190c23abe3ff38 /devel/plan9port/Makefile | |
parent | a55d7e7f208d6f4de36ddea0bcb70504c065a63a (diff) |
Notes
Diffstat (limited to 'devel/plan9port/Makefile')
-rw-r--r-- | devel/plan9port/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/plan9port/Makefile b/devel/plan9port/Makefile index 71e30209f360..986858c132ea 100644 --- a/devel/plan9port/Makefile +++ b/devel/plan9port/Makefile @@ -6,7 +6,7 @@ # PORTNAME= plan9port -PORTVERSION= 20051228 +PORTVERSION= 20051231 CATEGORIES= devel plan9 MASTER_SITES= http://swtch.com/plan9port/ \ ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ @@ -84,6 +84,7 @@ MAN8= listen1.8 vbackup.8 venti-backup.8 venti-fmt.8 venti.8 MAN9= 0intro.9p attach.9p clunk.9p error.9p flush.9p open.9p \ openfd.9p read.9p remove.9p stat.9p version.9p walk.9p MANCOMPRESSED= no +NOMANCOMPRESS= yes EMPTY_DIRS= plan9/log \ plan9/bin/lpbin \ |