cvs commit: ports/lang/librep Makefile
ports/sysutils/system-tools-backends
Makefile ports/textproc/scrollkeeper Makefile
ports/textproc/gnome-doc-utils Makefile ports/x11-fonts/bitstream-vera
Makefile ports/x11-fonts/fontconfig Makefile ...
Jeremy Messenger
mezz at FreeBSD.org
Mon Jun 12 05:00:56 UTC 2006
mezz 2006-06-12 04:58:43 UTC
FreeBSD ports repository
Modified files:
lang/librep Makefile
sysutils/system-tools-backends Makefile
textproc/scrollkeeper Makefile
textproc/gnome-doc-utils Makefile
x11-fonts/bitstream-vera Makefile
x11-fonts/fontconfig Makefile
x11-toolkits/pango Makefile
Log:
Use the correct mtree when you change the prefix, for example:
Incorrect: (before)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (after)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
Revision Changes Path
1.61 +6 -0 ports/lang/librep/Makefile
1.10 +6 -0 ports/sysutils/system-tools-backends/Makefile
1.12 +9 -1 ports/textproc/gnome-doc-utils/Makefile
1.51 +9 -1 ports/textproc/scrollkeeper/Makefile
1.13 +6 -0 ports/x11-fonts/bitstream-vera/Makefile
1.57 +6 -0 ports/x11-fonts/fontconfig/Makefile
1.84 +9 -1 ports/x11-toolkits/pango/Makefile
More information about the cvs-all
mailing list