aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-12-29 10:25:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-12-29 10:25:55 +0000
commit8ca9f0d689da66571bc62f4642a5fc6ac4ebe14e (patch)
tree1f380ac2d80c13dc88fd1b7b3fd381f31d9a658d /devel
parenta65a5c94110a45eb7dc67ed597acaaa99425cac3 (diff)
downloadports-8ca9f0d689da66571bc62f4642a5fc6ac4ebe14e.tar.gz
ports-8ca9f0d689da66571bc62f4642a5fc6ac4ebe14e.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/bcc/Makefile2
-rw-r--r--devel/error/Makefile2
-rw-r--r--devel/linux_kdump/Makefile2
-rw-r--r--devel/plan9port/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/bcc/Makefile b/devel/bcc/Makefile
index 1c6ea218fd3a..f923ca614918 100644
--- a/devel/bcc/Makefile
+++ b/devel/bcc/Makefile
@@ -15,7 +15,7 @@ COMMENT= Bruce's C compiler (with as and ld); can do 16-bit code
CONFLICTS= bin86-[0-9]* dev86-[0-9]*
MAN1= as86.1 bcc.1 bcc-cc1.1 ld86.1
-.if !defined(NOMANCOMPRESS)
+.if !defined(NO_MANCOMPRESS)
MANCOMPRESSED= yes
.endif
diff --git a/devel/error/Makefile b/devel/error/Makefile
index 0d673aa7b70d..e9a04572cba7 100644
--- a/devel/error/Makefile
+++ b/devel/error/Makefile
@@ -20,7 +20,7 @@ MANCOMPRESSED= maybe
PLIST_FILES= bin/error
# MAN page COMPression SUFFIX
-.if !defined(NOMANCOMPRESS)
+.if !defined(NO_MANCOMPRESS)
MANCOMPSUFFIX= .gz
.else
MANCOMPSUFFIX=
diff --git a/devel/linux_kdump/Makefile b/devel/linux_kdump/Makefile
index 4d5809e498db..161fb22cd05b 100644
--- a/devel/linux_kdump/Makefile
+++ b/devel/linux_kdump/Makefile
@@ -18,8 +18,8 @@ COMMENT= Linux-compatability ktrace.out processor
BUILD_DEPENDS= ${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/emulators/linux_base-gentoo-stage3
ONLY_FOR_ARCHS= i386 amd64
+NO_MANCOMPRESS= yes
MAN1= linux_kdump.1.gz
-NOMANCOMPRESS= true
PLIST_FILES= bin/linux_kdump
.include <bsd.port.pre.mk>
diff --git a/devel/plan9port/Makefile b/devel/plan9port/Makefile
index f4949669f0ab..d125283b5046 100644
--- a/devel/plan9port/Makefile
+++ b/devel/plan9port/Makefile
@@ -82,7 +82,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
+NO_MANCOMPRESS= yes
EMPTY_DIRS= plan9/log \
plan9/bin/lpbin \