diff options
author | okazaki <okazaki@FreeBSD.org> | 2000-12-24 01:11:44 +0800 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2000-12-24 01:11:44 +0800 |
commit | d0c59db70de7867dd5e4b508f4675361dc189204 (patch) | |
tree | 4e9defc0c7731029db7932e7099f263ce509af53 /misc | |
parent | ba8c57cb749fcb0129c26112e03682821ac9a789 (diff) | |
download | freebsd-ports-gnome-d0c59db70de7867dd5e4b508f4675361dc189204.tar.gz freebsd-ports-gnome-d0c59db70de7867dd5e4b508f4675361dc189204.tar.zst freebsd-ports-gnome-d0c59db70de7867dd5e4b508f4675361dc189204.zip |
Remove `qclock' port.
PR: 22752
Submitted by: Brett Taylor <brett@peloton.runet.edu> (MAINTAINER)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/qclock/Makefile | 24 | ||||
-rw-r--r-- | misc/qclock/distinfo | 1 | ||||
-rw-r--r-- | misc/qclock/pkg-comment | 1 | ||||
-rw-r--r-- | misc/qclock/pkg-descr | 2 | ||||
-rw-r--r-- | misc/qclock/pkg-plist | 1 |
6 files changed, 0 insertions, 30 deletions
diff --git a/misc/Makefile b/misc/Makefile index 2f144045736a..1e9c8b97d9cd 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -120,7 +120,6 @@ SUBDIR += proxyper SUBDIR += py-distutils SUBDIR += pybliographer - SUBDIR += qclock SUBDIR += qhacc SUBDIR += qlas SUBDIR += quotes diff --git a/misc/qclock/Makefile b/misc/qclock/Makefile deleted file mode 100644 index 4157cbbb9082..000000000000 --- a/misc/qclock/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: qclock -# Date created: 12 August 1998 -# Whom: brett@peloton.physics.montana.edu -# -# $FreeBSD$ -# - -PORTNAME= qclock -PORTVERSION= 1.0 -CATEGORIES= misc -MASTER_SITES= http://peloton.runet.edu/distfiles/ -DISTNAME= ${PORTNAME} - -MAINTAINER= brett@peloton.runet.edu - -NO_WRKSUBDIR= yes - -do-build: - cd ${WRKSRC}; ${CC} ${CFLAGS} qclock.c -o qclock - -do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/qclock ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/misc/qclock/distinfo b/misc/qclock/distinfo deleted file mode 100644 index 0d524b052a30..000000000000 --- a/misc/qclock/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (qclock.tar.gz) = 147b2543c827ee134ab625efcd977515 diff --git a/misc/qclock/pkg-comment b/misc/qclock/pkg-comment deleted file mode 100644 index 9a28c434a8bc..000000000000 --- a/misc/qclock/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A text based clock that tells you what time it is diff --git a/misc/qclock/pkg-descr b/misc/qclock/pkg-descr deleted file mode 100644 index 125f2135c7ff..000000000000 --- a/misc/qclock/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -A text based clock that tells you what time it is the way a friend would. -Much better than plain old date! diff --git a/misc/qclock/pkg-plist b/misc/qclock/pkg-plist deleted file mode 100644 index 73527d9bfc12..000000000000 --- a/misc/qclock/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/qclock |