diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-21 23:50:41 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-21 23:50:41 +0800 |
commit | e0837f8c704887666777003c84a898de87ca516b (patch) | |
tree | 4ec711b488335444afa5ab084854f73b29f15c65 /devel/devhelp/Makefile | |
parent | d6a3704bc6e96ea1e6cd023c8c36eebeeee63c04 (diff) | |
download | marcuscom-ports-e0837f8c704887666777003c84a898de87ca516b.tar marcuscom-ports-e0837f8c704887666777003c84a898de87ca516b.tar.gz marcuscom-ports-e0837f8c704887666777003c84a898de87ca516b.tar.bz2 marcuscom-ports-e0837f8c704887666777003c84a898de87ca516b.tar.lz marcuscom-ports-e0837f8c704887666777003c84a898de87ca516b.tar.xz marcuscom-ports-e0837f8c704887666777003c84a898de87ca516b.tar.zst marcuscom-ports-e0837f8c704887666777003c84a898de87ca516b.zip |
Update to 2.28.0.
Manually install the schema file.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12918 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/devhelp/Makefile')
-rw-r--r-- | devel/devhelp/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index 9a1ec3f13..44e11c411 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -3,11 +3,10 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/devhelp/Makefile,v 1.22 2009/09/07 10:36:28 kwm Exp $ +# $MCom: ports/devel/devhelp/Makefile,v 1.23 2009/09/08 19:21:50 kwm Exp $ PORTNAME= devhelp -PORTVERSION= 2.27.92 -PORTREVISION= 1 +PORTVERSION= 2.28.0 PORTEPOCH= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -51,4 +50,8 @@ post-patch: ${WRKSRC}/src/Makefile.in .endif +post-install: + @${MKDIR} ${PREFIX}/etc/gconf/schemas + @${CP} ${WRKSRC}/data/devhelp.schemas ${PREFIX}/etc/gconf/schemas + .include <bsd.port.post.mk> |