aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/bclock/Makefile
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-03-21 02:59:06 +0800
committervs <vs@FreeBSD.org>2005-03-21 02:59:06 +0800
commit2bee8200b2cdec163c9849151c4e0612ff722ace (patch)
treea2d60867063f4c7b306cd310f8589246c8424e37 /x11-clocks/bclock/Makefile
parent241cddaac2e34586536b9c67849fe5da669006b0 (diff)
downloadfreebsd-ports-gnome-2bee8200b2cdec163c9849151c4e0612ff722ace.tar.gz
freebsd-ports-gnome-2bee8200b2cdec163c9849151c4e0612ff722ace.tar.zst
freebsd-ports-gnome-2bee8200b2cdec163c9849151c4e0612ff722ace.zip
Cleanup:
- Use PLIST_FILES - Don't patch Makefile excessively
Diffstat (limited to 'x11-clocks/bclock/Makefile')
-rw-r--r--x11-clocks/bclock/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-clocks/bclock/Makefile b/x11-clocks/bclock/Makefile
index 80b29cc7f193..4a97bf470992 100644
--- a/x11-clocks/bclock/Makefile
+++ b/x11-clocks/bclock/Makefile
@@ -17,4 +17,7 @@ COMMENT= A round, analog X11 clock with bezier curve hands
USE_IMAKE= yes
MAN1= bclock.1
+PLIST_FILES= bin/bclock \
+ lib/X11/app-defaults/Clock-color
+
.include <bsd.port.mk>