From 76238fe5e39ebe60b3503a53bf841a85fe3bfb1f Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 2 Feb 2014 16:00:44 +0000 Subject: [PATCH] - Stage support --- editors/fb/Makefile | 6 ++---- mail/newmail/Makefile | 6 ++---- misc/team/Makefile | 6 ++---- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/editors/fb/Makefile b/editors/fb/Makefile index 8270ea821f85..f2922276f63e 100644 --- a/editors/fb/Makefile +++ b/editors/fb/Makefile @@ -13,11 +13,9 @@ COMMENT= Binary file viewer, editor, and manipulator (and a lot more) NO_WRKSUBDIR= Yes -MAN1= fb.1 -MANCOMPRESSED= maybe -PLIST_FILES= bin/fb +PLIST_FILES= bin/fb \ + man/man1/fb.1.gz MAKEFILE= ${FILESDIR}/Makefile.in MAKE_ARGS+= PREFIX="${PREFIX}" -NO_STAGE= yes .include diff --git a/mail/newmail/Makefile b/mail/newmail/Makefile index cad65fbe545a..504790227712 100644 --- a/mail/newmail/Makefile +++ b/mail/newmail/Makefile @@ -11,9 +11,7 @@ COMMENT= Tool for checking for new mail in multiple mail boxes WRKSRC= ${WRKDIR}/newmail -MAN1= newmail.1 -MANCOMPRESSED= maybe -PLIST_FILES= bin/newmail +PLIST_FILES= bin/newmail \ + man/man1/newmail.1.gz -NO_STAGE= yes .include diff --git a/misc/team/Makefile b/misc/team/Makefile index 562f234d4ed5..43024347a961 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -11,9 +11,7 @@ MASTER_SITE_SUBDIR= joerg MAINTAINER= joerg@FreeBSD.org COMMENT= Portable multi-buffered tape streaming utility -MAN1= team.1 -MANCOMPRESSED= maybe -PLIST_FILES= bin/team +PLIST_FILES= bin/team \ + man/man1/team.1.gz -NO_STAGE= yes .include