summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk-sharp10/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtk-sharp10/Makefile')
-rw-r--r--x11-toolkits/gtk-sharp10/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile
index 9a253eadaff4..da627a328ba8 100644
--- a/x11-toolkits/gtk-sharp10/Makefile
+++ b/x11-toolkits/gtk-sharp10/Makefile
@@ -8,6 +8,7 @@
PORTNAME= gtk-sharp
PORTVERSION= 1.0.10
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= http://go-mono.com/sources/${PORTNAME}/
@@ -31,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
+
.include <bsd.port.mk>