diff options
author | krion <krion@FreeBSD.org> | 2004-08-11 02:41:25 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-11 02:41:25 +0800 |
commit | 1560757f09dcf538b360e27333f1f02229f3747f (patch) | |
tree | d2ce3651f89c80a447a20ce4ce7ff5082422637f /x11-clocks | |
parent | 41f0375dd51ff97759a907c4891727ecd62b621d (diff) | |
download | freebsd-ports-gnome-1560757f09dcf538b360e27333f1f02229f3747f.tar.gz freebsd-ports-gnome-1560757f09dcf538b360e27333f1f02229f3747f.tar.zst freebsd-ports-gnome-1560757f09dcf538b360e27333f1f02229f3747f.zip |
Update MASTER_SITES and WWW: line
Support PLIST_FILES
PR: ports/70266
Submitted by: Ports Fury
Diffstat (limited to 'x11-clocks')
-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 |