Skip to content

Commit

Permalink
remove dep_map_clean.tcl
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@77679 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
jmroot committed Apr 9, 2011
1 parent 6252a60 commit 480dfff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
2 changes: 0 additions & 2 deletions Makefile.in
Expand Up @@ -39,8 +39,6 @@ install::
ifeq ($(DESTDIR),)
# Add [default] tag to the central MacPorts repository, if it isn't already
$(TCLSH) src/upgrade_sources_conf_default.tcl "${prefix}"
# Remove duplicate entries from the dependency map (could occur with 1.6 and earlier):
$(TCLSH) src/dep_map_clean.tcl "${macports_tcl_dir}"
# Convert image directories (and direct mode installs) to image archives
$(TCLSH) src/images_to_archives.tcl "${macports_tcl_dir}"
endif
Expand Down
2 changes: 0 additions & 2 deletions portmgr/dmg/postflight
Expand Up @@ -74,8 +74,6 @@ function update_macports {

# Add [default] tag to the central MacPorts repository, if it isn't already
${TCLSH} ${PACKAGE_PATH}/Contents/Resources/upgrade_sources_conf_default.tcl ${PREFIX}
# Remove any duplicates from the dep map (could occur with 1.6 and earlier)
${TCLSH} ${PACKAGE_PATH}/Contents/Resources/dep_map_clean.tcl ${MACPORTS_TCL_DIR}
}

# Through this command we write an environment variable to an appropriate shell configuration file,
Expand Down
21 changes: 0 additions & 21 deletions src/dep_map_clean.tcl

This file was deleted.

0 comments on commit 480dfff

Please sign in to comment.