summaryrefslogtreecommitdiffstats
path: root/net-im/psi
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2004-01-09 11:24:03 +0000
committerdemon <demon@FreeBSD.org>2004-01-09 11:24:03 +0000
commita9aee620401c3e0a47f2030dcdc4cc689d172658 (patch)
treeaf0edd024791e3d5b58da8b81bdcd07b176addf9 /net-im/psi
parentbb46475cae3529c6d9d2c0ace6523c64d86262da (diff)
downloadFreeBSD-ports-a9aee620401c3e0a47f2030dcdc4cc689d172658.zip
FreeBSD-ports-a9aee620401c3e0a47f2030dcdc4cc689d172658.tar.gz
Pass maintainership to Eugene Ossintsev <eugos@gmx.net>.
Approved by: former maintainer Do strip psi binary. Obtained from: ports/60881, by Eugene Ossintsev <eugos@gmx.net>
Diffstat (limited to 'net-im/psi')
-rw-r--r--net-im/psi/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile
index 6546c58..5dac924 100644
--- a/net-im/psi/Makefile
+++ b/net-im/psi/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= jonc@chen.org.nz
+MAINTAINER= eugos@gmx.net
COMMENT= A Qt-based Jabber client
HAS_CONFIGURE= yes
@@ -25,4 +25,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX}
MAKE_ARGS+= QTDIR=${X11BASE} \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
+post-install:
+ ${STRIP_CMD} ${PREFIX}/bin/psi
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud