diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-10 18:41:25 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-10 18:41:25 +0000 |
commit | 612d455c51c9922bdec6678e836c1d84643ac5ae (patch) | |
tree | 34e28f3128561a5874047dbe4b97e2dde290f446 /x11-clocks/bbdate | |
parent | 08811aeb180413c23c911ac7c73a9119c0c6294a (diff) | |
download | ports-612d455c51c9922bdec6678e836c1d84643ac5ae.tar.gz ports-612d455c51c9922bdec6678e836c1d84643ac5ae.zip |
Notes
Diffstat (limited to 'x11-clocks/bbdate')
-rw-r--r-- | x11-clocks/bbdate/Makefile | 11 | ||||
-rw-r--r-- | x11-clocks/bbdate/pkg-descr | 2 | ||||
-rw-r--r-- | x11-clocks/bbdate/pkg-plist | 7 |
3 files changed, 11 insertions, 9 deletions
diff --git a/x11-clocks/bbdate/Makefile b/x11-clocks/bbdate/Makefile index 1b011d4f4f68..3400fb5029f3 100644 --- a/x11-clocks/bbdate/Makefile +++ b/x11-clocks/bbdate/Makefile @@ -8,7 +8,8 @@ PORTNAME= bbdate PORTVERSION= 0.2.4 CATEGORIES= x11-clocks -MASTER_SITES= http://bbtools.thelinuxcommunity.org/sources/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= bbtools MAINTAINER= ports@FreeBSD.org COMMENT= A tool made for Blackbox that displays the date in a decorated window @@ -16,4 +17,12 @@ COMMENT= A tool made for Blackbox that displays the date in a decorated window USE_X_PREFIX= yes GNU_CONFIGURE= yes +PLIST_FILES= bin/bbdate share/bbtools/README.bbdate \ + share/bbtools/bbdate.conf share/bbtools/bbdate.nobb \ + share/bbtools/bbdate.style share/bbtools/bbtoolsrc.in + +post-install: + @${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \ + >> ${TMPPLIST} + .include <bsd.port.mk> diff --git a/x11-clocks/bbdate/pkg-descr b/x11-clocks/bbdate/pkg-descr index f5e35a20b620..389d262f1bad 100644 --- a/x11-clocks/bbdate/pkg-descr +++ b/x11-clocks/bbdate/pkg-descr @@ -1,3 +1,3 @@ A tool made for Blackbox that displays the date in a decorated window. -WWW: http://bbtools.thelinuxcommunity.org/ +WWW: http://bbtools.sourceforge.net/ diff --git a/x11-clocks/bbdate/pkg-plist b/x11-clocks/bbdate/pkg-plist deleted file mode 100644 index 9b6af1f6d28b..000000000000 --- a/x11-clocks/bbdate/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/bbdate -share/bbtools/README.bbdate -share/bbtools/bbdate.conf -share/bbtools/bbdate.nobb -share/bbtools/bbdate.style -share/bbtools/bbtoolsrc.in -@dirrm share/bbtools |