diff options
-rw-r--r-- | devel/preps-gui/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/preps-gui/Makefile b/devel/preps-gui/Makefile index 0aba848b0..17124cbf9 100644 --- a/devel/preps-gui/Makefile +++ b/devel/preps-gui/Makefile @@ -7,7 +7,7 @@ PORTNAME= preps PORTVERSION= 2.0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/ PKGNAMESUFFIX= -gui @@ -33,4 +33,8 @@ CONFIGURE_ARGS+= --with-pgsqldir=${LOCALBASE} \ --with-libprepsdir=${LOCALBASE} \ --localstatedir=/var +post-patch: + @${REINPLACE_CMD} -e 's|@PACKAGE@/gnome/help|gnome/help|g' \ + ${WRKSRC}/help/C/Makefile.in + .include <bsd.port.mk> |