mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Details: - Fix remaining uses of mount_devfs and pkg_install [1] - Bump PORTREVISION - Add pkg-message about the upstream project no longer being maintained - pet portlint Reported by: christophe.maury@gmail.com via email [1]
8 lines
313 B
Bash
8 lines
313 B
Bash
--- extra/varmfs.sh.orig 2006-04-24 11:14:33 UTC
|
|
+++ extra/varmfs.sh
|
|
@@ -28,4 +28,4 @@ mtree -Pcp ${BASEDIR}/var > ${TMPFILE}
|
|
mv ${TMPFILE} ${BASEDIR}/etc/mtree/var.dist
|
|
|
|
echo "Generating pkg_info.txt"
|
|
-chroot ${BASEDIR} pkg_info > ${BASEDIR}/pkg_info.txt
|
|
+chroot ${BASEDIR} pkg info > ${BASEDIR}/pkg_info.txt
|