summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x11/yelp3/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/yelp3/Makefile b/x11/yelp3/Makefile
index aae788e62..283ac03a1 100644
--- a/x11/yelp3/Makefile
+++ b/x11/yelp3/Makefile
@@ -3,11 +3,12 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/yelp3/Makefile,v 1.10 2011/04/06 05:45:38 kwm Exp $
+# $MCom: ports/x11/yelp3/Makefile,v 1.11 2011/04/11 07:15:55 kwm Exp $
#
PORTNAME= yelp
PORTVERSION= 3.0.1
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -52,4 +53,8 @@ CONFIGURE_ENV+= YELP_LZMA_CFLAGS="-I/usr/include" \
LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|/home/shaunm/Projects/yelp/data/dtd|${PREFIX}/share/yelp/dtd|g' \
+ ${WRKSRC}/data/dtd/catalog
+
.include <bsd.port.post.mk>