Changeset 79241
- Timestamp:
- 06/06/11 05:09:53 (4 years ago)
- Location:
- trunk/base
- Files:
-
- 1 added
- 5 edited
-
configure (modified) (2 diffs)
-
configure.ac (modified) (1 diff)
-
doc/Makefile (modified) (3 diffs)
-
doc/base.mtree.in (added)
-
doc/prefix.mtree.in (modified) (1 diff)
-
src/port/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/configure
r79025 r79241 9628 9628 9629 9629 # Output 9630 ac_config_files="$ac_config_files Doxyfile Makefile Mk/macports.autoconf.mk doc/ prefix.mtree doc/macosx.mtree doc/macports.conf doc/pubkeys.conf portmgr/freebsd/Makefile src/Makefile src/macports1.0/macports_autoconf.tcl src/port1.0/port_autoconf.tcl src/registry2.0/registry_autoconf.tcl src/programs/Makefile src/macports1.0/macports_fastload.tcl setupenv.bash"9630 ac_config_files="$ac_config_files Doxyfile Makefile Mk/macports.autoconf.mk doc/base.mtree doc/prefix.mtree doc/macosx.mtree doc/macports.conf doc/pubkeys.conf portmgr/freebsd/Makefile src/Makefile src/macports1.0/macports_autoconf.tcl src/port1.0/port_autoconf.tcl src/registry2.0/registry_autoconf.tcl src/programs/Makefile src/macports1.0/macports_fastload.tcl setupenv.bash" 9631 9631 9632 9632 … … 10341 10341 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 10342 10342 "Mk/macports.autoconf.mk") CONFIG_FILES="$CONFIG_FILES Mk/macports.autoconf.mk" ;; 10343 "doc/base.mtree") CONFIG_FILES="$CONFIG_FILES doc/base.mtree" ;; 10343 10344 "doc/prefix.mtree") CONFIG_FILES="$CONFIG_FILES doc/prefix.mtree" ;; 10344 10345 "doc/macosx.mtree") CONFIG_FILES="$CONFIG_FILES doc/macosx.mtree" ;; -
trunk/base/configure.ac
r79025 r79241 348 348 Makefile 349 349 Mk/macports.autoconf.mk 350 doc/base.mtree 350 351 doc/prefix.mtree 351 352 doc/macosx.mtree -
trunk/base/doc/Makefile
r71035 r79241 18 18 19 19 distclean: clean 20 rm -f macports.conf macosx.mtree prefix.mtree pubkeys.conf20 rm -f macports.conf base.mtree macosx.mtree prefix.mtree pubkeys.conf 21 21 22 22 %.1.gz: %.1 … … 33 33 $(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${DESTDIR}${mpconfigdir} 34 34 35 <prefix.mtree $(MTREE) -U -e -p ${INSTALLDIR} > /dev/null 35 < prefix.mtree $(MTREE) -U -e -p ${INSTALLDIR} > /dev/null 36 < base.mtree $(MTREE) -U -e -p ${INSTALLDIR} > /dev/null 36 37 if test -L "${INSTALLDIR}/man" ; then \ 37 38 rm -f "${INSTALLDIR}/man"; \ … … 56 57 57 58 $(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}/share/macports/install 59 $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 644 base.mtree ${INSTALLDIR}/share/macports/install/ 58 60 $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 644 prefix.mtree ${INSTALLDIR}/share/macports/install/ 59 61 $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 644 macosx.mtree ${INSTALLDIR}/share/macports/install/ -
trunk/base/doc/prefix.mtree.in
r66775 r79241 241 241 .. 242 242 var 243 macports244 build245 ..246 distfiles247 ..248 logs249 ..250 packages251 ..252 receipts253 ..254 registry255 ..256 ..257 243 .. 258 244 www -
trunk/base/src/port/Makefile
r71035 r79241 23 23 24 24 mkdirs: 25 <../../doc/prefix.mtree $(MTREE) -U -d -e -p ${INSTALLDIR} > /dev/null 25 < ../../doc/prefix.mtree $(MTREE) -U -d -e -p ${INSTALLDIR} > /dev/null 26 < ../../doc/base.mtree $(MTREE) -U -d -e -p ${INSTALLDIR} > /dev/null 26 27 27 28 clean:
Note: See TracChangeset
for help on using the changeset viewer.

