diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-27 22:24:59 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-27 22:24:59 +0000 |
commit | 203eb946f04720cdfb3694733b2ec096478d7531 (patch) | |
tree | ea3e545e86309e5781389286993e3fb8730aec7e /x11-clocks/bbdate | |
parent | 069fdc647666f9766bcce891c09572b1889daa56 (diff) |
Notes
Diffstat (limited to 'x11-clocks/bbdate')
-rw-r--r-- | x11-clocks/bbdate/Makefile | 8 |
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> |