diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-02-10 11:39:52 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-02-10 11:39:52 +0000 |
commit | 88ffad5a1e6097c08524aa0a0c7c3a8c7da75070 (patch) | |
tree | afdfcd2779702c5ba41198d554bff9205f7d96f0 /x11-clocks | |
parent | 58c63dd8ca14cca8732d647fce61b1734ac1cb03 (diff) |
Follow up to r461375
* Remove the (origins of the) copied ports manually
(as the new ones are repo-copies of these, no history is lost).
* Fixup index in games/Makefile
Sorry for the breakage.
Pointy hat: tcberner
Notes
Notes:
svn path=/head/; revision=461387
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/kdetoys4/Makefile | 25 | ||||
-rw-r--r-- | x11-clocks/kdetoys4/pkg-descr | 4 |
2 files changed, 0 insertions, 29 deletions
diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile deleted file mode 100644 index 3e20753f1751..000000000000 --- a/x11-clocks/kdetoys4/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= kdetoys -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 -CATEGORIES= x11-clocks kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE miscellaneous applications (meta port) - -USES= kde:4 metaport - -OPTIONS_DEFINE= AMOR KTEATIME KTUX -OPTIONS_DEFAULT= ${OPTIONS_DEFINE} - -AMOR_DESC= Small animation which sits on top of active window -AMOR_RUN_DEPENDS= ${KDE_PREFIX}/bin/amor:x11-clocks/amor - -KTEATIME_DESC= Handy timer for steeping tea -KTEATIME_RUN_DEPENDS= ${KDE_PREFIX}/bin/kteatime:x11-clocks/kteatime - -KTUX_DESC= Tux-in-a-Spaceship screen saver -KTUX_RUN_DEPENDS= ${KDE_PREFIX}/bin/ktux:x11-clocks/ktux - -.include <bsd.port.mk> diff --git a/x11-clocks/kdetoys4/pkg-descr b/x11-clocks/kdetoys4/pkg-descr deleted file mode 100644 index 6c48fe335f9b..000000000000 --- a/x11-clocks/kdetoys4/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port contains a set of KDE-based applications for -miscellaneous use, like clocks. - -WWW: http://www.kde.org/ |