diff options
author | nectar <nectar@FreeBSD.org> | 2000-06-22 23:22:08 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-06-22 23:22:08 +0800 |
commit | 138074c40a5965a164b6e92efeb7c58ebe8373f0 (patch) | |
tree | 88e1d91211e54fcdea9ee0eec3485c8e5d8e4fe4 /x11-toolkits/py-wxPython | |
parent | 6930d22fed3b6de78ff5c34913e767e220d2ecda (diff) | |
download | freebsd-ports-gnome-138074c40a5965a164b6e92efeb7c58ebe8373f0.tar.gz freebsd-ports-gnome-138074c40a5965a164b6e92efeb7c58ebe8373f0.tar.zst freebsd-ports-gnome-138074c40a5965a164b6e92efeb7c58ebe8373f0.zip |
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 d89c535610d5..fee3ead46473 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) |