aboutsummaryrefslogtreecommitdiff
path: root/net-im/psi
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2004-01-09 11:24:03 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2004-01-09 11:24:03 +0000
commit7a8f99b4ce51880440fa1de1a19b1de8596ed3af (patch)
treefa76a312e24449e8eb5fdedb6ff29923ab28fd3e /net-im/psi
parentf0139a694a19315c88d90f5fa27d1257abefaf3c (diff)
downloadports-7a8f99b4ce51880440fa1de1a19b1de8596ed3af.tar.gz
ports-7a8f99b4ce51880440fa1de1a19b1de8596ed3af.zip
Notes
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 6546c584d75a..5dac924338bb 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>