diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-09-10 16:15:06 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-09-10 16:15:06 +0000 |
commit | 2211afcfb2b0d6fda7887208f77ce6fdf4eb45d4 (patch) | |
tree | 60093acc1d1258b8c3d5b28bc41a312ad4f61ddc /www/vee | |
parent | 0c685f62d6d440ece8db17268d77c7808ea83252 (diff) | |
download | ports-2211afcfb2b0d6fda7887208f77ce6fdf4eb45d4.tar.gz ports-2211afcfb2b0d6fda7887208f77ce6fdf4eb45d4.zip |
Notes
Diffstat (limited to 'www/vee')
-rw-r--r-- | www/vee/Makefile | 11 | ||||
-rw-r--r-- | www/vee/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/www/vee/Makefile b/www/vee/Makefile index 8de97ad26948..0f6980ca82fa 100644 --- a/www/vee/Makefile +++ b/www/vee/Makefile @@ -6,21 +6,22 @@ # PORTNAME= vee -PORTVERSION= 0.9.9.a +DISTVERSION= 0.9.9-epsilon CATEGORIES= www -MASTER_SITES= CENKES +MASTER_SITES= http://www.0x743.com/vee/ CENKES +# Also here: http://code.google.com/p/vee/ +EXTRACT_SUFX= .tgz MAINTAINER= infofarmer@FreeBSD.org COMMENT= Tiny CLI blogging tool -USE_BZIP2= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} post-patch: - @${REINPLACE_CMD} -Ee 's|^function ([[:graph:]]+)|\1 ()|' ${WRKSRC}/${PORTNAME} + @${REINPLACE_CMD} -Ee 's|^function ([[:graph:]]+)|\1 ()|' ${WRKSRC}/bin/${PORTNAME} do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + @${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/ .include <bsd.port.mk> diff --git a/www/vee/distinfo b/www/vee/distinfo index 32f5075cc3a5..f6c3319638b8 100644 --- a/www/vee/distinfo +++ b/www/vee/distinfo @@ -1,3 +1,3 @@ -MD5 (vee-0.9.9.a.tar.bz2) = 70396951816a49b17d580532b2d1a97a -SHA256 (vee-0.9.9.a.tar.bz2) = ee9dddd32b323282c8063d1d50099ecde02347c9185cfad3a26af8df7c73c99a -SIZE (vee-0.9.9.a.tar.bz2) = 5628 +MD5 (vee-0.9.9-epsilon.tgz) = ebbeb52bc844b9b91e763d8619f85c3a +SHA256 (vee-0.9.9-epsilon.tgz) = fc0d31b6c2f0351f147bef3ebe2d482da8066da6a28c9bda7302f1381c4f73dd +SIZE (vee-0.9.9-epsilon.tgz) = 6783 |