Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2013 06:16:25 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327932 - head/sysutils/tmpwatch
Message-ID:  <201309230616.r8N6GPL6074696@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep 23 06:16:25 2013
New Revision: 327932
URL: http://svnweb.freebsd.org/changeset/ports/327932

Log:
  Use stage

Modified:
  head/sysutils/tmpwatch/Makefile

Modified: head/sysutils/tmpwatch/Makefile
==============================================================================
--- head/sysutils/tmpwatch/Makefile	Mon Sep 23 06:16:05 2013	(r327931)
+++ head/sysutils/tmpwatch/Makefile	Mon Sep 23 06:16:25 2013	(r327932)
@@ -14,10 +14,9 @@ USE_BZIP2=	yes
 
 GNU_CONFIGURE=	yes
 
-MAN8=		tmpwatch.8
-PLIST_FILES=	sbin/tmpwatch
+PLIST_FILES=	sbin/tmpwatch \
+		man/man8/tmpwatch.8.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -E "s/^#include.+mntent.h.+//g" ${WRKSRC}/tmpwatch.c
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309230616.r8N6GPL6074696>