diff options
Diffstat (limited to 'net/psi')
-rw-r--r-- | net/psi/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/psi/Makefile b/net/psi/Makefile index 6546c584d75a..5dac924338bb 100644 --- a/net/psi/Makefile +++ b/net/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> |