diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-11-08 12:15:26 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-11-08 12:15:26 +0000 |
commit | 671211776e675b5a00e46945e7ae78d0d13abe72 (patch) | |
tree | 55d1909693232133f5b5dc4d4268b3aee1ba809b /x11-toolkits/py-Pmw/Makefile | |
parent | b283c3a9c4b60c3d287a17d4617120668f6a9166 (diff) | |
download | ports-671211776e675b5a00e46945e7ae78d0d13abe72.tar.gz ports-671211776e675b5a00e46945e7ae78d0d13abe72.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-Pmw/Makefile')
-rw-r--r-- | x11-toolkits/py-Pmw/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/py-Pmw/Makefile b/x11-toolkits/py-Pmw/Makefile index d0eb25d711a7..e62156061f28 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.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." |