diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-07-10 23:27:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-07-10 23:27:44 +0000 |
commit | d7f82bf2ec5f712b6a6f17c2136d012e4a97f8d1 (patch) | |
tree | af800cacc33813eb737e34c70000638b6bbe5274 /net-im | |
parent | - Update to 0.11 (diff) |
- Remove psi-gentoo no longer supported
Approved by: shaun (maintainer)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/psi-gentoo/Makefile | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 9cbad88d2885..8490b46bc92f 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -113,7 +113,6 @@ SUBDIR += pidgin-twitter SUBDIR += pork SUBDIR += psi - SUBDIR += psi-gentoo SUBDIR += py-jabber SUBDIR += py-msnp SUBDIR += py-punjab diff --git a/net-im/psi-gentoo/Makefile b/net-im/psi-gentoo/Makefile deleted file mode 100644 index 4d339e1bc230..000000000000 --- a/net-im/psi-gentoo/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: psi-gentoo -# Date created: 2006-05-02 -# Whom: Shaun Amott <shaun@inerd.com> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../psi - -COMMENT= A Qt-based Jabber client with Gentoo patches and enhancements - -OPTIONS= # Empty - -WITH_GENTOO_EXTRAS= yes - -.include "${MASTERDIR}/Makefile" |