aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-anygui/Makefile
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2002-03-26 10:12:40 +0000
committerJohann Visagie <wjv@FreeBSD.org>2002-03-26 10:12:40 +0000
commit7d0fae5c68db9301b3157ede345d3681e34b6556 (patch)
treedc503cbc89c25d6af9891b713d483006da0aa852 /x11-toolkits/py-anygui/Makefile
parent58a69e664e3a10afdebdf6d891598832b5dc102e (diff)
Notes
Diffstat (limited to 'x11-toolkits/py-anygui/Makefile')
-rw-r--r--x11-toolkits/py-anygui/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/py-anygui/Makefile b/x11-toolkits/py-anygui/Makefile
index 9c22d7e0769e..89bc90791468 100644
--- a/x11-toolkits/py-anygui/Makefile
+++ b/x11-toolkits/py-anygui/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= anygui
-PORTVERSION= 0.1.a3
+PORTVERSION= 0.1.1
CATEGORIES= x11-toolkits python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}-${PORTVERSION:C|\.([^.]*)$|\1|}
+DISTNAME= ${PORTNAME}-${PORTVERSION}
-MAINTAINER= wjv@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${PYDISTUTILS}
@@ -29,7 +29,7 @@ do-install:
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
-.for docfile in CHANGELOG KNOWN_BUGS README MAINTAINERS TODO doc/*
+.for docfile in CHANGELOG.txt KNOWN_BUGS.txt README.txt MAINTAINERS.txt TODO.txt doc/*
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif