Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 22:24:59 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337818 - head/x11-clocks/bbdate
Message-ID:  <201312272224.rBRMOxId051845@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Dec 27 22:24:59 2013
New Revision: 337818
URL: http://svnweb.freebsd.org/changeset/ports/337818

Log:
  Stage support

Modified:
  head/x11-clocks/bbdate/Makefile

Modified: head/x11-clocks/bbdate/Makefile
==============================================================================
--- head/x11-clocks/bbdate/Makefile	Fri Dec 27 22:16:47 2013	(r337817)
+++ head/x11-clocks/bbdate/Makefile	Fri Dec 27 22:24:59 2013	(r337818)
@@ -8,7 +8,7 @@ CATEGORIES=	x11-clocks
 MASTER_SITES=	SF/bbtools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A tool made for Blackbox that displays the date in a decorated window
+COMMENT=	Tool made for Blackbox that displays the date in a decorated window
 
 GNU_CONFIGURE=	yes
 USE_XORG=	x11 xau xdmcp xext xfixes xi xrandr ice sm
@@ -16,10 +16,6 @@ USE_XORG=	x11 xau xdmcp xext xfixes xi x
 PLIST_FILES=	bin/bbdate share/bbtools/README.bbdate \
 		share/bbtools/bbdate.conf share/bbtools/bbdate.nobb \
 		share/bbtools/bbdate.style share/bbtools/bbtoolsrc.in
-
-NO_STAGE=	yes
-post-install:
-	@${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \
-		>> ${TMPPLIST}
+PLIST_DIRSTRY=	share/bbtools
 
 .include <bsd.port.mk>



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