diff options
author | nectar <nectar@FreeBSD.org> | 2000-06-22 15:22:08 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-06-22 15:22:08 +0000 |
commit | 138074c40a5965a164b6e92efeb7c58ebe8373f0 (patch) | |
tree | 88e1d91211e54fcdea9ee0eec3485c8e5d8e4fe4 /x11-toolkits/py-wxPython | |
parent | 6930d22fed3b6de78ff5c34913e767e220d2ecda (diff) | |
download | FreeBSD-ports-138074c40a5965a164b6e92efeb7c58ebe8373f0.zip FreeBSD-ports-138074c40a5965a164b6e92efeb7c58ebe8373f0.tar.gz |
Don't install some unneeded files.
Diffstat (limited to 'x11-toolkits/py-wxPython')
-rw-r--r-- | x11-toolkits/py-wxPython/files/build.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-wxPython/files/build.local b/x11-toolkits/py-wxPython/files/build.local index d89c535..fee3ead 100644 --- a/x11-toolkits/py-wxPython/files/build.local +++ b/x11-toolkits/py-wxPython/files/build.local @@ -8,7 +8,7 @@ OTHERLIBS = "-lgcc" OTHERRULES = OTHERRULES + r""" install-freebsd: $(TARGETDIR) $(TARGETDIR)/$(TARGET) pycfiles \ - installLib installDemo installHelpers lib$(HELPERLIB)$(SO) + installLib installDemo lib$(HELPERLIB)$(SO) $(INSTALL_DATA) lib$(HELPERLIB)$(SO) \ $(HELPERLIBDIR)/lib$(HELPERLIB)$(SO).1 cd $(HELPERLIBDIR) && rm -f lib$(HELPERLIB)$(SO) |