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:
parent
f434cf153e
commit
d8bc5f9d8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29783
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user