diff options
Diffstat (limited to 'x11/yelp/Makefile')
-rw-r--r-- | x11/yelp/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 90becbf6b..a4de87df8 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/yelp/Makefile,v 1.156 2010/05/29 19:52:57 kwm Exp $ # PORTNAME= yelp -PORTVERSION= 2.31.3 +PORTVERSION= 2.31.4 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -43,4 +43,8 @@ GLIB_SCHEMAS= org.gnome.yelp.gschema.xml LDFLAGS+= -fstack-protector .endif +pre-install: + @${INSTALL_DATA} ${WRKSRC}/data/org.gnome.yelp.gschema.xml \ + ${PREFIX}/share/glib-2.0/schemas + .include <bsd.port.post.mk> |