aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2005-11-19 12:43:51 +0800
committerbland <bland@FreeBSD.org>2005-11-19 12:43:51 +0800
commit1571de46ef1422a08928371fc7c8b6e64573b32d (patch)
treee44bea0d1199ffdcc70dadeac790c3e8b67376cd /devel
parent930c4d4a52356abbc5d8d5b5fbb0811d2eb2e251 (diff)
downloadfreebsd-ports-graphics-1571de46ef1422a08928371fc7c8b6e64573b32d.tar.gz
freebsd-ports-graphics-1571de46ef1422a08928371fc7c8b6e64573b32d.tar.zst
freebsd-ports-graphics-1571de46ef1422a08928371fc7c8b6e64573b32d.zip
Fix plist.
Reported by: krismail
Diffstat (limited to 'devel')
-rw-r--r--devel/guikachu/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/guikachu/Makefile b/devel/guikachu/Makefile
index 7f7923ba273..a5a66c3efa1 100644
--- a/devel/guikachu/Makefile
+++ b/devel/guikachu/Makefile
@@ -7,6 +7,7 @@
PORTNAME= guikachu
PORTVERSION= 1.5.6
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel palm gnome
MASTER_SITES= http://cactus.rulez.org/projects/guikachu/download/
@@ -26,7 +27,8 @@ USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-GCONF_SCHEMAS= guikachu-form-editor.schemas guikachu-interface.schemas
+GCONF_SCHEMAS= guikachu-form-editor.schemas guikachu-interface.schemas \
+ guikachu-mainwin.schemas
post-patch:
@${REINPLACE_CMD} -e '/mime_packagedir/s|(mimedir)|(prefix)/share/mime|' \