diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-26 08:26:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-26 08:26:58 +0800 |
commit | 13eeabde0efaca654b4c3593c2d5383f025ee5f6 (patch) | |
tree | 7e2af02e62825058a38bf1ac9cc113145c878f65 /www | |
parent | a7dc498149f841c9de986713cae0e040877572f0 (diff) | |
download | freebsd-ports-gnome-13eeabde0efaca654b4c3593c2d5383f025ee5f6.tar.gz freebsd-ports-gnome-13eeabde0efaca654b4c3593c2d5383f025ee5f6.tar.zst freebsd-ports-gnome-13eeabde0efaca654b4c3593c2d5383f025ee5f6.zip |
Support stage
Diffstat (limited to 'www')
-rw-r--r-- | www/evolution-webcal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile index 12cac4ca4f55..7bf37207156b 100644 --- a/www/evolution-webcal/Makefile +++ b/www/evolution-webcal/Makefile @@ -12,17 +12,16 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Webcal(endar) handler for gnome -USE_BZIP2= yes -USES= gettext gmake pathfix perl5 pkgconfig +USES= gettext gmake pathfix perl5 pkgconfig tar:bzip2 USE_PERL5= build USE_GNOME= gnomeprefix intlhack evolutiondataserver libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GCONF_SCHEMAS= evolution-webcal.schemas -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \ ${WRKSRC}/po/Makefile.in.in |