diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-18 02:55:46 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-18 02:55:46 +0000 |
commit | f14c154a569fca9d2eafb03f572fbc39b7af9caa (patch) | |
tree | 61c4c57b8e378f3d8bff5d52dc66a66e001a5825 /x11-toolkits/gtk-sharp20 | |
parent | 7725d519ed104393e0d754db56e026ee234783b9 (diff) |
Let gtk-sharp(-devel) to take care of ${LOCALBASE}/share/gapi(-2.0) too to fix
the plist. Bump the PORTREVISION.
gtk-sharp: ${LOCALBASE}/share/gapi
gtk-sharp-devel: ${LOCALBASE}/share/gapi-2.0
Submitted by: tmclaugh
Notes
Notes:
svn path=/head/; revision=139452
Diffstat (limited to 'x11-toolkits/gtk-sharp20')
-rw-r--r-- | x11-toolkits/gtk-sharp20/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp20/pkg-plist | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index a515b978823b..795f58018cc9 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -8,7 +8,7 @@ PORTNAME= gtk-sharp PORTVERSION= 1.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://go-mono.com/sources/gtk-sharp-2.0/ MASTER_SITE_SUBDIR= gtk-sharp @@ -32,4 +32,7 @@ post-patch: @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ 's|^#!/usr/bin/perl|#!${PERL}|' +pre-su-install: + ${MKDIR} ${LOCALBASE}/share/gapi-2.0 + .include <bsd.port.mk> diff --git a/x11-toolkits/gtk-sharp20/pkg-plist b/x11-toolkits/gtk-sharp20/pkg-plist index f24eccf52a22..462f2d677a6a 100644 --- a/x11-toolkits/gtk-sharp20/pkg-plist +++ b/x11-toolkits/gtk-sharp20/pkg-plist @@ -129,3 +129,5 @@ share/gapi-2.0/vte-api.xml @dirrm lib/mono/gac/art-sharp/2.0.0.0__35e10195dab3c99f @unexec rmdir %D/lib/mono/gac/art-sharp 2> /dev/null || true @unexec rmdir %D/lib/gtk-sharp-2.0 2> /dev/null || true +@exec mkdir -p %%LOCALBASE%%/share/gapi-2.0 +@unexec rmdir %%LOCALBASE%%/share/gapi-2.0 2>/dev/null || true |