diff options
author | tg <tg@FreeBSD.org> | 1999-11-08 12:15:26 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-11-08 12:15:26 +0000 |
commit | e103de3174e03a8db32ad6d7e8fa905637ee6a6d (patch) | |
tree | 8eb6120c9ae38232b32dda7315d0214c391fcffa /x11-toolkits/pmw/Makefile | |
parent | 655d070075fa94a4a8a96ee254173b5ac4824789 (diff) | |
download | FreeBSD-ports-e103de3174e03a8db32ad6d7e8fa905637ee6a6d.zip FreeBSD-ports-e103de3174e03a8db32ad6d7e8fa905637ee6a6d.tar.gz |
Upgrade to 0.8.3.
Diffstat (limited to 'x11-toolkits/pmw/Makefile')
-rw-r--r-- | x11-toolkits/pmw/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/pmw/Makefile b/x11-toolkits/pmw/Makefile index d0eb25d..e621560 100644 --- a/x11-toolkits/pmw/Makefile +++ b/x11-toolkits/pmw/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pmw -# Version required: 0.8.1 +# Version required: 0.8.3 # Date created: 03 June 1998 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ -DISTNAME= Pmw.0.8.1 -PKGNAME= py-pmw-0.8.1 +DISTNAME= Pmw.0.8.3 +PKGNAME= py-pmw-0.8.3 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_1 +PMWVERSION= Pmw_0_8_3 do-build: @${ECHO_MSG} "Do a \`make install' as root." |