Date: Sun, 2 Feb 2014 16:00:44 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342321 - in head: editors/fb mail/newmail misc/team Message-ID: <201402021600.s12G0ixL015040@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Feb 2 16:00:44 2014 New Revision: 342321 URL: http://svnweb.freebsd.org/changeset/ports/342321 QAT: https://qat.redports.org/buildarchive/r342321/ Log: - Stage support Modified: head/editors/fb/Makefile head/mail/newmail/Makefile head/misc/team/Makefile Modified: head/editors/fb/Makefile ============================================================================== --- head/editors/fb/Makefile Sun Feb 2 16:00:04 2014 (r342320) +++ head/editors/fb/Makefile Sun Feb 2 16:00:44 2014 (r342321) @@ -13,11 +13,9 @@ COMMENT= Binary file viewer, editor, and 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 <bsd.port.mk> Modified: head/mail/newmail/Makefile ============================================================================== --- head/mail/newmail/Makefile Sun Feb 2 16:00:04 2014 (r342320) +++ head/mail/newmail/Makefile Sun Feb 2 16:00:44 2014 (r342321) @@ -11,9 +11,7 @@ COMMENT= Tool for checking for new mail 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 <bsd.port.mk> Modified: head/misc/team/Makefile ============================================================================== --- head/misc/team/Makefile Sun Feb 2 16:00:04 2014 (r342320) +++ head/misc/team/Makefile Sun Feb 2 16:00:44 2014 (r342321) @@ -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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402021600.s12G0ixL015040>