diff options
author | kris <kris@FreeBSD.org> | 2004-05-31 15:48:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-31 15:48:05 +0800 |
commit | 4fb3d430b14eaa1556d0231b28fbb12ecc68fb39 (patch) | |
tree | bc99e6015da65008dd13e5208fb71e1caefe2ac1 /textproc | |
parent | b0e395836b2ba3eee4985c4c2876d09ba313eb86 (diff) | |
download | freebsd-ports-gnome-4fb3d430b14eaa1556d0231b28fbb12ecc68fb39.tar.gz freebsd-ports-gnome-4fb3d430b14eaa1556d0231b28fbb12ecc68fb39.tar.zst freebsd-ports-gnome-4fb3d430b14eaa1556d0231b28fbb12ecc68fb39.zip |
IGNORE: This port has a badly broken pkg-plist that removes dozens of files
not installed by this port.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-4suite/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-4suite/Makefile b/textproc/py-4suite/Makefile index 8849ff38ce82..10e382e73087 100644 --- a/textproc/py-4suite/Makefile +++ b/textproc/py-4suite/Makefile @@ -16,6 +16,8 @@ DISTNAME= 4Suite-${PORTVERSION} MAINTAINER= wjv@FreeBSD.org COMMENT= A collection of Python tools for XML processing and object database management +IGNORE= has a broken pkg-plist that removes dozens of files not installed by this port. + BUILD_DEPENDS= ${PYXML} RUN_DEPENDS= ${PYXML} |