aboutsummaryrefslogtreecommitdiffstats
path: root/www/quixote/Makefile
diff options
context:
space:
mode:
authorwjv <wjv@FreeBSD.org>2001-10-11 16:46:13 +0800
committerwjv <wjv@FreeBSD.org>2001-10-11 16:46:13 +0800
commitf297373d86b2ac080b43960fe19c16b13de83d90 (patch)
tree4e4125b63e7f80119ffd4f2d13fa510eae612e33 /www/quixote/Makefile
parentaa311d6c83e5702320113d7af94396c3ebde4697 (diff)
downloadfreebsd-ports-gnome-f297373d86b2ac080b43960fe19c16b13de83d90.tar.gz
freebsd-ports-gnome-f297373d86b2ac080b43960fe19c16b13de83d90.tar.zst
freebsd-ports-gnome-f297373d86b2ac080b43960fe19c16b13de83d90.zip
- Update to version 0.4.1
- Most of the changes in this version are aimed at enhancing compatibility with IIS on Microsoft platforms, and shouldn't impact FreeBSD users.
Diffstat (limited to 'www/quixote/Makefile')
-rw-r--r--www/quixote/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/quixote/Makefile b/www/quixote/Makefile
index 8f87477a9126..0ee5d0181340 100644
--- a/www/quixote/Makefile
+++ b/www/quixote/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= quixote
-PORTVERSION= 0.4
+PORTVERSION= 0.4.1
CATEGORIES= www python
MASTER_SITES= http://www.mems-exchange.org/software/files/quixote/
DISTNAME= Quixote-${PORTVERSION}
@@ -32,7 +32,7 @@ do-install:
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
-.for docfile in CHANGES LICENSE README TODO doc/ACKS doc/*.txt
+.for docfile in ACKS CHANGES LICENSE README TODO doc/*.txt
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif