aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/rclock
diff options
context:
space:
mode:
Diffstat (limited to 'x11-clocks/rclock')
-rw-r--r--x11-clocks/rclock/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-clocks/rclock/Makefile b/x11-clocks/rclock/Makefile
index a49ec2a71eef..dd574c2735db 100644
--- a/x11-clocks/rclock/Makefile
+++ b/x11-clocks/rclock/Makefile
@@ -11,6 +11,8 @@ DISTNAME= rxvt-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Analog clock for X w/appointment reminder and mail notification
+LICENSE= GPLv2 # or later
+
USE_XORG= x11 xau xdmcp ice xpm xv
GNU_CONFIGURE= yes
ALL_TARGET= clock
@@ -23,4 +25,7 @@ post-patch:
@${REINPLACE_CMD} \
's|^subdirs =.*$$|subdirs = rclock|g' ${WRKSRC}/Makefile.in
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
.include <bsd.port.mk>