pkgsrc/net/netatalk30/patches/patch-config_pam_Makefile.in
hauke 26e493cf4d Rename net/netatalk to net/netatalk22. This is the last version to
support the AppleTalk ddp protocol, and here to stay while NetBSD
ships with AppleTalk support.

Add Netatalk 3.0.8 wip package as net/netatalk30.

"Netatalk 3 is a freely-available implementation of the Apple
Filesharing Protocol Suite (AFP) over TCP/IP.

Using Netatalk's AFP 3.1 compliant file-server leads to significantly
higher transmissions speeds compared with Macs accessing a server via
SMB or NFS, while providing clients with the best user experience (full
support for Macintosh metadata, flawlessly supporting mixed
environments of classic MacOS and MacOS X clients)."
2014-06-11 11:03:56 +00:00

33 lines
1.1 KiB
Text

$NetBSD: patch-config_pam_Makefile.in,v 1.1 2014/06/11 11:03:57 hauke Exp $
Do not mess with the base system, we install the pam config to
examples/netatalk instead.
--- config/pam/Makefile.in.orig 2014-02-01 17:03:51.000000000 +0000
+++ config/pam/Makefile.in
@@ -384,25 +384,9 @@ clean-libtool:
-rm -rf .libs _libs
install-pamDATA: $(pam_DATA)
@$(NORMAL_INSTALL)
- @list='$(pam_DATA)'; test -n "$(pamdir)" || list=; \
- if test -n "$$list"; then \
- echo " $(MKDIR_P) '$(DESTDIR)$(pamdir)'"; \
- $(MKDIR_P) "$(DESTDIR)$(pamdir)" || exit 1; \
- fi; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pamdir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(pamdir)" || exit $$?; \
- done
uninstall-pamDATA:
@$(NORMAL_UNINSTALL)
- @list='$(pam_DATA)'; test -n "$(pamdir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- dir='$(DESTDIR)$(pamdir)'; $(am__uninstall_files_from_dir)
tags: TAGS
TAGS: