svn commit: r327932 - head/sysutils/tmpwatch

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 23 06:16:26 UTC 2013


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
 


More information about the svn-ports-all mailing list