summaryrefslogtreecommitdiff
path: root/sysutils/manck
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:05:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:05:58 +0000
commit83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch)
tree04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/manck
parentFix NO_STAGE (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
Notes
Notes: svn path=/head/; revision=327772
Diffstat (limited to 'sysutils/manck')
-rw-r--r--sysutils/manck/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/manck/Makefile b/sysutils/manck/Makefile
index e771f6d997e0..759c7a187276 100644
--- a/sysutils/manck/Makefile
+++ b/sysutils/manck/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: manck
-# Date created: 10 September 1995
-# Whom: joerg
-#
+# Created by: joerg
# $FreeBSD$
-#
PORTNAME= manck
PORTVERSION= 1.2
@@ -16,4 +12,5 @@ COMMENT= Manual page consistency checker
MAN1= manck.1
MANCOMPRESSED= yes
+NO_STAGE= yes
.include <bsd.port.mk>