diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-30 03:40:44 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-30 03:40:44 +0000 |
commit | c9b0429ce8bee466e4cd365f0dfd15edaa2c0002 (patch) | |
tree | 5ebcabda520932ae841633353ad1876e704241fa /x11-clocks | |
parent | 2aeed03d208e6334329a39e14291e5b815498749 (diff) | |
download | ports-c9b0429ce8bee466e4cd365f0dfd15edaa2c0002.tar.gz ports-c9b0429ce8bee466e4cd365f0dfd15edaa2c0002.zip |
- Reassign to the heap due to mail bounces
Notes
Notes:
svn path=/head/; revision=305062
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/mouseclock/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-clocks/mouseclock/Makefile b/x11-clocks/mouseclock/Makefile index f90704a802a7..cd45b2025b92 100644 --- a/x11-clocks/mouseclock/Makefile +++ b/x11-clocks/mouseclock/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mouseclock -# Date created: 26 August 1997 -# Whom: FURUSAWA, Kazuhisa <kazu@jp.freebsd.org> -# +# Created by: FURUSAWA, Kazuhisa <kazu@jp.freebsd.org> # $FreeBSD$ -# PORTNAME= mouseclock PORTVERSION= 1.0 @@ -12,7 +8,7 @@ CATEGORIES= x11-clocks MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/clocks -MAINTAINER= kazu@jp.freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Display the current time using the X root cursor USE_GMAKE= yes |