diff options
author | asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
commit | e269a25f5fbe6f5626fa7696046c91f0e36832f1 (patch) | |
tree | 02d1ad171b5720b31c48c226c5121a772f67ac0d /x11-toolkits | |
parent | 03fbfa5e0bb896209a3cf1029f2913c43887f16f (diff) | |
download | FreeBSD-ports-e269a25f5fbe6f5626fa7696046c91f0e36832f1.zip FreeBSD-ports-e269a25f5fbe6f5626fa7696046c91f0e36832f1.tar.gz |
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/pmw/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/py-Pmw/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/x11-toolkits/pmw/Makefile b/x11-toolkits/pmw/Makefile index a282612..dc15d5d 100644 --- a/x11-toolkits/pmw/Makefile +++ b/x11-toolkits/pmw/Makefile @@ -3,7 +3,7 @@ # Date created: 03 June 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/05 06:50:32 tg Exp $ DISTNAME= Pmw.0.7 PKGNAME= pmw-0.7 @@ -15,8 +15,6 @@ MAINTAINER= tg@FreeBSD.ORG BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python -NO_CONFIGURE= true - PYTHONSCRIPTDIR=${PREFIX}/lib/python1.5 SITEPYDIR= ${PYTHONSCRIPTDIR}/site-packages DOCDIR= ${PREFIX}/share/doc/Pmw diff --git a/x11-toolkits/py-Pmw/Makefile b/x11-toolkits/py-Pmw/Makefile index a282612..dc15d5d 100644 --- a/x11-toolkits/py-Pmw/Makefile +++ b/x11-toolkits/py-Pmw/Makefile @@ -3,7 +3,7 @@ # Date created: 03 June 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/05 06:50:32 tg Exp $ DISTNAME= Pmw.0.7 PKGNAME= pmw-0.7 @@ -15,8 +15,6 @@ MAINTAINER= tg@FreeBSD.ORG BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python -NO_CONFIGURE= true - PYTHONSCRIPTDIR=${PREFIX}/lib/python1.5 SITEPYDIR= ${PYTHONSCRIPTDIR}/site-packages DOCDIR= ${PREFIX}/share/doc/Pmw |