aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-27 22:24:59 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-27 22:24:59 +0000
commit203eb946f04720cdfb3694733b2ec096478d7531 (patch)
treeea3e545e86309e5781389286993e3fb8730aec7e /x11-clocks
parent069fdc647666f9766bcce891c09572b1889daa56 (diff)
downloadports-203eb946f04720cdfb3694733b2ec096478d7531.tar.gz
ports-203eb946f04720cdfb3694733b2ec096478d7531.zip
Stage support
Notes
Notes: svn path=/head/; revision=337818
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/bbdate/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-clocks/bbdate/Makefile b/x11-clocks/bbdate/Makefile
index e6d60e450f6b..352654b7fe32 100644
--- a/x11-clocks/bbdate/Makefile
+++ b/x11-clocks/bbdate/Makefile
@@ -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 xrandr ice sm
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>