diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2010-09-10 00:49:31 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2010-09-10 00:49:31 +0000 |
commit | 4f836f356eef518908e665e2455034dd3b744604 (patch) | |
tree | 4430fa8395c315ada47e546d8c39e759143b50a0 /graphics/gexiv2/Makefile | |
parent | 36ef009cd1df069e3f5ca7b3c1ec74823a882a97 (diff) |
Notes
Diffstat (limited to 'graphics/gexiv2/Makefile')
-rw-r--r-- | graphics/gexiv2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile index 47fc009867c8..4798256cbf3d 100644 --- a/graphics/gexiv2/Makefile +++ b/graphics/gexiv2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gexiv2 PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://yorba.org/download/gexiv2/${PORTVERSION:R}/ DISTNAME= libgexiv2-${PORTVERSION} @@ -30,4 +31,7 @@ post-patch: -e 's|\$$\(LIB\)/pkgconfig|libdata/pkgconfig|g' \ ${WRKSRC}/${MAKEFILE} +pre-install: + @${MKDIR} ${PREFIX}/share/vala/vapi + .include <bsd.port.mk> |