diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-01-09 11:24:03 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-01-09 11:24:03 +0000 |
commit | 7a8f99b4ce51880440fa1de1a19b1de8596ed3af (patch) | |
tree | fa76a312e24449e8eb5fdedb6ff29923ab28fd3e /net-im/psi/Makefile | |
parent | Update to 2.12.1 (diff) |
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 '')
-rw-r--r-- | net-im/psi/Makefile | 5 |
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> |