diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2000-12-23 17:11:44 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2000-12-23 17:11:44 +0000 |
commit | 875b21eb3d82cd1a91d453bd87fad3e7162a7539 (patch) | |
tree | 874af792d9ff9ce48f8dfc542f72d2668644d357 /misc | |
parent | f145f58277e0b7c8c473e9670d55f3ab0fe39cc9 (diff) | |
download | ports-875b21eb3d82cd1a91d453bd87fad3e7162a7539.tar.gz ports-875b21eb3d82cd1a91d453bd87fad3e7162a7539.zip |
Notes
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 |