diff options
Diffstat (limited to 'sysutils/manck/Makefile')
-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> |