diff options
author | tg <tg@FreeBSD.org> | 1999-06-16 18:47:48 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-06-16 18:47:48 +0800 |
commit | 20d847a68ac9e405105f1c4bf804a041c50a1c10 (patch) | |
tree | 845f7bd2784916e9ef69b734b3340fc589ff3b62 /x11-toolkits/py-Pmw/Makefile | |
parent | b4147b92afcf5f73cc0e89ace4ebba5af01e0393 (diff) | |
download | freebsd-ports-graphics-20d847a68ac9e405105f1c4bf804a041c50a1c10.tar.gz freebsd-ports-graphics-20d847a68ac9e405105f1c4bf804a041c50a1c10.tar.zst freebsd-ports-graphics-20d847a68ac9e405105f1c4bf804a041c50a1c10.zip |
Upgrade to 0.8.1.
Diffstat (limited to 'x11-toolkits/py-Pmw/Makefile')
-rw-r--r-- | x11-toolkits/py-Pmw/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/py-Pmw/Makefile b/x11-toolkits/py-Pmw/Makefile index 184d1072466..5b28ca08c3e 100644 --- a/x11-toolkits/py-Pmw/Makefile +++ b/x11-toolkits/py-Pmw/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pmw -# Version required: 0.8 +# Version required: 0.8.1 # Date created: 03 June 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/11/24 10:10:21 tg Exp $ +# $Id: Makefile,v 1.5 1998/12/15 08:13:05 tg Exp $ -DISTNAME= Pmw.0.8 -PKGNAME= py-pmw-0.8 +DISTNAME= Pmw.0.8.1 +PKGNAME= py-pmw-0.8.1 CATEGORIES= x11-toolkits python MASTER_SITES= ftp://ftp.dscpl.com.au/pub/pmw/ @@ -21,7 +21,7 @@ PYTHONSCRIPTDIR=${PREFIX}/lib/python1.5 SITEPYDIR= ${PYTHONSCRIPTDIR}/site-packages DOCDIR= ${PREFIX}/share/doc/Pmw EXAMPLEDIR= ${PREFIX}/share/examples/Pmw -PMWVERSION= Pmw_0_8 +PMWVERSION= Pmw_0_8_1 do-build: @${ECHO_MSG} "Do a \`make install' as root." |