aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/bbdate/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-10 18:41:25 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-10 18:41:25 +0000
commit612d455c51c9922bdec6678e836c1d84643ac5ae (patch)
tree34e28f3128561a5874047dbe4b97e2dde290f446 /x11-clocks/bbdate/Makefile
parent08811aeb180413c23c911ac7c73a9119c0c6294a (diff)
downloadports-612d455c51c9922bdec6678e836c1d84643ac5ae.tar.gz
ports-612d455c51c9922bdec6678e836c1d84643ac5ae.zip
Update MASTER_SITES and WWW: line
Support PLIST_FILES PR: ports/70266 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=115858
Diffstat (limited to 'x11-clocks/bbdate/Makefile')
-rw-r--r--x11-clocks/bbdate/Makefile11
1 files changed, 10 insertions, 1 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>