diff options
author | lioux <lioux@FreeBSD.org> | 2010-09-10 08:49:31 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2010-09-10 08:49:31 +0800 |
commit | 1b778a71d6157dac8557cee6dbca2b4d94a6b1c7 (patch) | |
tree | fa88bab66539ef8fe5eaf786b2791958a546b50c /graphics | |
parent | b506d619da4ba149ab4187d4ec4d8dec7c2e1dd7 (diff) | |
download | freebsd-ports-gnome-1b778a71d6157dac8557cee6dbca2b4d94a6b1c7.tar.gz freebsd-ports-gnome-1b778a71d6157dac8557cee6dbca2b4d94a6b1c7.tar.zst freebsd-ports-gnome-1b778a71d6157dac8557cee6dbca2b4d94a6b1c7.zip |
- Create PREFIX/share/vala/vapi directory on pre-install
- dirrmtry to remove it on PLIST
- Bump PORTREVISION due to PLIST change
Prompted by: pointyhat amd64 run
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gexiv2/Makefile | 4 | ||||
-rw-r--r-- | graphics/gexiv2/pkg-plist | 2 |
2 files changed, 6 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> diff --git a/graphics/gexiv2/pkg-plist b/graphics/gexiv2/pkg-plist index 844c184463d3..14560db65490 100644 --- a/graphics/gexiv2/pkg-plist +++ b/graphics/gexiv2/pkg-plist @@ -10,3 +10,5 @@ lib/libgexiv2.a libdata/pkgconfig/gexiv2.pc share/vala/vapi/gexiv2.vapi @dirrmtry include/gexiv2 +@dirrmtry share/vala/vapi +@dirrmtry share/vala |