- Timestamp:
- Oct 29, 2021 1:47:01 PM (3 years ago)
- Location:
- trunk/src/VBox/Installer/freebsd
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/freebsd/Makefile.kmk
r92010 r92148 65 65 freebsd-misc_CLEAN += $(freebsd-misc_0_OUTDIR)/virtualboxvm.desktop 66 66 67 $$(PATH_freebsd-misc)/virtualbox.desktop: $( PATH_SUB_CURRENT)/virtualbox.desktop$(VBOX_VERSION_STAMP) | $$(dir $$@)67 $$(PATH_freebsd-misc)/virtualbox.desktop: $(VBOX_PATH_INST_COMMON_SRC)/virtualbox.desktop.in $(VBOX_VERSION_STAMP) | $$(dir $$@) 68 68 $(call MSG_GENERATE,,$@,$<) 69 $$(PATH_freebsd-misc)/virtualboxvm.desktop: $(PATH_SUB_CURRENT)/virtualboxvm.desktop $(VBOX_VERSION_STAMP) | $$(dir $$@) 69 $(QUIET)$(SED) -e "s+@VBOX_PRODUCT@+$(VBOX_PRODUCT)+" \ 70 --output $@ $< 71 72 $$(PATH_freebsd-misc)/virtualboxvm.desktop: $(VBOX_PATH_INST_COMMON_SRC)/virtualboxvm.desktop.in $(VBOX_VERSION_STAMP) | $$(dir $$@) 70 73 $(call MSG_GENERATE,,$@,$<) 71 72 73 74 $(QUIET)$(SED) -e "s+@VBOX_PRODUCT@+$(VBOX_PRODUCT)+" \ 75 --output $@ $< 74 76 # 75 77 # The files residing in bin/ that we'll ship.
Note:
See TracChangeset
for help on using the changeset viewer.