diff options
Diffstat (limited to 'x11/sunclock')
-rw-r--r-- | x11/sunclock/Makefile | 11 | ||||
-rw-r--r-- | x11/sunclock/files/md5 | 2 | ||||
-rw-r--r-- | x11/sunclock/patches/.keep_me | 0 | ||||
-rw-r--r-- | x11/sunclock/patches/patch-aa | 11 |
4 files changed, 6 insertions, 18 deletions
diff --git a/x11/sunclock/Makefile b/x11/sunclock/Makefile index f7c5df85246..ac4aefeadac 100644 --- a/x11/sunclock/Makefile +++ b/x11/sunclock/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.4 1998/06/22 13:21:02 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/07/09 18:18:09 perry Exp $ # -DISTNAME= sunclock1.3 -PKGNAME= sunclock-1.3 -NO_WRKSUBDIR= yes +DISTNAME= sunclock-1.4 +PKGNAME= sunclock-1.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications -EXTRACT_SUFX= .tar.Z +EXTRACT_SUFX= .tar.gz -MAINTAINER= agc@netbsd.org +MAINTAINER= perry@netbsd.org USE_IMAKE= yes diff --git a/x11/sunclock/files/md5 b/x11/sunclock/files/md5 index f8f22359654..00ae51c72be 100644 --- a/x11/sunclock/files/md5 +++ b/x11/sunclock/files/md5 @@ -1 +1 @@ -MD5 (sunclock1.3.tar.Z) = e57a1e8ff626104c0d0c8f1becd3e0c6 +MD5 (sunclock-1.4.tar.gz) = 56e232a2d12fb5a38b09e8199e30dcd6 diff --git a/x11/sunclock/patches/.keep_me b/x11/sunclock/patches/.keep_me new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/x11/sunclock/patches/.keep_me diff --git a/x11/sunclock/patches/patch-aa b/x11/sunclock/patches/patch-aa deleted file mode 100644 index 135764450ca..00000000000 --- a/x11/sunclock/patches/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Imakefile 1997/12/14 00:58:38 1.1 -+++ Imakefile 1997/12/14 00:58:57 -@@ -19,7 +19,7 @@ - - SRCS=sunclock.c bitmaps.c astro.c tildepath.c - OBJS=sunclock.o bitmaps.o astro.o tildepath.o --LOCAL_LIBRARIES=$(XLIB) -lm -+LOCAL_LIBRARIES=$(XLIB) -lm -lcompat - DEPLIBS= # I don't know what I'm doing, and I hate imake! - - ComplexProgramTarget(sunclock) |