mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@117970 d073be05-634f-4543-b044-5fe20cf6d1d6
18 lines
568 B
Diff
18 lines
568 B
Diff
--- Makefile.in.orig 2008-05-01 10:17:11.000000000 -0600
|
|
+++ Makefile.in 2009-08-09 23:53:03.000000000 -0600
|
|
@@ -67,14 +67,6 @@
|
|
@cd src/ && $(MAKE) install
|
|
@cd py/ && $(MAKE) install
|
|
@cd man/ && $(MAKE) install
|
|
- # test if the jk_chrootsh is already in /etc/shells
|
|
- # this previously had @echo but that fails on FreeBSD
|
|
- if test -w /etc/shells; then \
|
|
- if ! grep ${prefix}/sbin/jk_chrootsh /etc/shells ; then \
|
|
- echo "appending ${prefix}/sbin/jk_chroots to /etc/shells";\
|
|
- echo ${prefix}/sbin/jk_chrootsh >> /etc/shells ;\
|
|
- fi \
|
|
- fi
|
|
|
|
|
|
uninstall:
|