svn commit: r337818 - head/x11-clocks/bbdate

Antoine Brodin antoine at FreeBSD.org
Fri Dec 27 22:24:59 UTC 2013


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 at 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>


More information about the svn-ports-head mailing list