diff -urN www/newsbeuter.orig/Makefile www/newsbeuter/Makefile --- www/newsbeuter.orig/Makefile 2015-05-03 17:59:29.000000000 +0200 +++ www/newsbeuter/Makefile 2015-05-03 18:09:41.000000000 +0200 @@ -3,7 +3,7 @@ PORTNAME= newsbeuter PORTVERSION= 2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://newsbeuter.org/downloads/ @@ -30,6 +30,7 @@ USE_GNOME= libxml2 .include +.include post-patch: ${REINPLACE_CMD} -e "s,share/man,man,; \ @@ -43,4 +44,10 @@ ${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB} -lcrypto -lncursesw|' \ ${WRKSRC}/Makefile +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} +.if ${PORT_OPTIONS:MPODCAST} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/podbeuter +.endif + .include