diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2011-02-22 04:18:39 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2011-02-22 04:18:39 +0000 |
commit | f13c829f6320fb937a5e043826fa206c698c7377 (patch) | |
tree | f2eaed63a331ca25a057eab2c9d9b47e4cc770b4 /www | |
parent | 8e4eb33c9bf8ba9ec3245f24d3fcccb8c34eff91 (diff) | |
download | ports-f13c829f6320fb937a5e043826fa206c698c7377.tar.gz ports-f13c829f6320fb937a5e043826fa206c698c7377.zip |
The PORTREVISION bump was not warranted -- the pre-built package was not
affected by the ohauer's change, which only affected the post-install
target.
Notes
Notes:
svn path=/head/; revision=269480
Diffstat (limited to 'www')
-rw-r--r-- | www/websh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/websh/Makefile b/www/websh/Makefile index b31a78f5de05..ededc189f978 100644 --- a/www/websh/Makefile +++ b/www/websh/Makefile @@ -7,7 +7,7 @@ PORTNAME= websh PORTVERSION= 3.6.0b5 -PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= www tcl MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR=tcl/${PORTNAME}/source |