diff options
Diffstat (limited to 'mail/popular/Makefile')
-rw-r--r-- | mail/popular/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/popular/Makefile b/mail/popular/Makefile index 5e7567b64920..c27baef32412 100644 --- a/mail/popular/Makefile +++ b/mail/popular/Makefile @@ -3,7 +3,7 @@ PORTNAME= popular PORTVERSION= 1.5.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= http://www.remote.org/jochen/mail/popular/download/ @@ -26,6 +26,7 @@ LIBS+= -L${LOCALBASE}/lib USE_RC_SUBR= pcheckd pproxy pserv 0ringd post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/popular/*.so @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/conf/pproxy.rc ${STAGEDIR}${ETCDIR}/pproxy.rc.sample ${INSTALL_DATA} ${WRKSRC}/conf/pserv.rc ${STAGEDIR}${ETCDIR}/pserv.rc.sample |