aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-31 22:50:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-31 22:50:47 +0000
commit2498a823f1dffddaebbdcda12dfd44961623c3ca (patch)
treedf1172dbe26bd13261d8c7b926b74b234c7b15bb /x11-clocks
parent399464d4af40cf2697892cae730305c36b4fd2ae (diff)
downloadports-2498a823f1dffddaebbdcda12dfd44961623c3ca.tar.gz
ports-2498a823f1dffddaebbdcda12dfd44961623c3ca.zip
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/wmitime/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-clocks/wmitime/Makefile b/x11-clocks/wmitime/Makefile
index 3002eb8d5fdf..7559519d50d1 100644
--- a/x11-clocks/wmitime/Makefile
+++ b/x11-clocks/wmitime/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: wmitime
-# Date created: 14 March 1999
-# Whom: Jim Mock <jim@FreeBSD.org>
-#
+# Created by: Jim Mock <jim@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= wmitime
PORTVERSION= 0.3
@@ -12,11 +8,12 @@ CATEGORIES= x11-clocks windowmaker afterstep
MASTER_SITES= http://dockapps.org/files/22/29/
MAINTAINER= xride@FreeBSD.org
-COMMENT= A clock dockapp that shows the date, time, and internet time
+COMMENT= Clock dockapp that shows the date, time, and internet time
WRKSRC= ${WRKDIR}/wmitime/wmitime
PLIST_FILES= bin/wmitime
USE_XORG= xpm
+USE_CSTD= gnu89
.include <bsd.port.mk>