diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-06-16 10:47:48 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-06-16 10:47:48 +0000 |
commit | ed2421b98c2635f3139219218124ca0a26c015b2 (patch) | |
tree | 365315a803b87d0844fe6ea13e26bab46a543881 /x11-toolkits/pmw/Makefile | |
parent | 2b1384b53cc0dcc2816ced5fb34b2062c11c1cfc (diff) | |
download | ports-ed2421b98c2635f3139219218124ca0a26c015b2.tar.gz ports-ed2421b98c2635f3139219218124ca0a26c015b2.zip |
Notes
Diffstat (limited to 'x11-toolkits/pmw/Makefile')
-rw-r--r-- | x11-toolkits/pmw/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/pmw/Makefile b/x11-toolkits/pmw/Makefile index 184d1072466c..5b28ca08c3ec 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 +# 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." |