diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
commit | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/manck | |
parent | fd8fc9773839d2d8e41b80fbaed21fcd5470e898 (diff) |
Notes
Diffstat (limited to 'sysutils/manck')
-rw-r--r-- | sysutils/manck/Makefile | 7 |
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> |