Index: head/deskutils/ithought/Makefile =================================================================== --- head/deskutils/ithought/Makefile (revision 389086) +++ head/deskutils/ithought/Makefile (revision 389087) @@ -1,19 +1,21 @@ # Created by: nbm # $FreeBSD$ PORTNAME= ithought PORTVERSION= a5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-alpha MAINTAINER= ports@FreeBSD.org COMMENT= Extensible text management system USES= libtool USE_GNOME= gtk12 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/libexec -INSTALL_TARGET= install-strip + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/ithought/module_actions/*.so .include