1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Don't install some unneeded files.

This commit is contained in:
Jacques Vidrine 2000-06-22 15:22:08 +00:00
parent f434cf153e
commit d8bc5f9d8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29783
4 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)