diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2012-11-11 17:51:54 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2012-11-11 17:51:54 +0800 |
commit | 6294bcb5270c64203a721e47133dfbd79cf36763 (patch) | |
tree | be612998841575be01b1ad5ad5cd86d3fdda8356 /deskutils/gcalcli/Makefile | |
parent | 74faad8b7ece16128c8a401cf2ec43e0db10091f (diff) | |
download | freebsd-ports-gnome-6294bcb5270c64203a721e47133dfbd79cf36763.tar.gz freebsd-ports-gnome-6294bcb5270c64203a721e47133dfbd79cf36763.tar.zst freebsd-ports-gnome-6294bcb5270c64203a721e47133dfbd79cf36763.zip |
- Update to 2.1
PR: ports/173536
Submitted by: Mark Felder <feld@feld.me>
Feature safe: yes
Diffstat (limited to 'deskutils/gcalcli/Makefile')
-rw-r--r-- | deskutils/gcalcli/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/deskutils/gcalcli/Makefile b/deskutils/gcalcli/Makefile index a74ae578629a..8c0ba931d220 100644 --- a/deskutils/gcalcli/Makefile +++ b/deskutils/gcalcli/Makefile @@ -1,14 +1,8 @@ -# ex:ts=8 -# Ports collection makefile for: gcalcli -# Date created: Oct 2, 2007 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gcalcli -PORTVERSION= 1.4 -PORTREVISION= 2 +PORTVERSION= 2.1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} EXTRACT_SUFX= .tgz @@ -26,7 +20,7 @@ NO_BUILD= yes PLIST_FILES= bin/gcalcli post-patch: - @${REINPLACE_CMD} -e "s,/usr/bin/python,${SETENV} python," ${WRKSRC}/${PORTNAME} + @${REINPLACE_CMD} -e "s,/usr/bin/python2,${SETENV} python," ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |