diff options
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 |