head 1.2; access; symbols OPENPKG_2_STABLE_MP:1.2 OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_E1_MP_2_STABLE:1.2 OPENPKG_E1_FP:1.2 OPENPKG_2_STABLE_20061018:1.2 OPENPKG_2_STABLE:1.2.0.4 OPENPKG_2_STABLE_BP:1.2 OPENPKG_2_5_SOLID:1.2.0.2 OPENPKG_2_5_SOLID_BP:1.2; locks; strict; comment @# @; 1.2 date 2004.11.01.08.33.23; author rse; state dead; branches; next 1.1; 1.1 date 2004.10.17.12.16.34; author rse; state Exp; branches; next ; desc @@ 1.2 log @upgrading package: dspam 3.2.0 -> 3.2.1 @ text @Index: Makefile.am --- Makefile.am.orig 2004-10-12 19:53:41 +0200 +++ Makefile.am 2004-10-17 12:26:22 +0200 @@@@ -102,43 +102,43 @@@@ # # Solaris' ln seems to have a problem with -sf and existing symlinks. install-data-hook: - rm -f $(mandir)/man3/dspam_init.3 - rm -f $(mandir)/man3/dspam_create.3 - rm -f $(mandir)/man3/dspam_addattribute.3 - rm -f $(mandir)/man3/dspam_attach.3 - rm -f $(mandir)/man3/dspam_process.3 - rm -f $(mandir)/man3/dspam_getsource.3 - rm -f $(mandir)/man3/dspam_destroy.3 - rm -f $(mandir)/man3/dspam_detach.3 - ln -s $(mandir)/man3/libdspam.3 $(mandir)/man3/dspam_init.3 - ln -s $(mandir)/man3/libdspam.3 $(mandir)/man3/dspam_create.3 - ln -s $(mandir)/man3/libdspam.3 $(mandir)/man3/dspam_addattribute.3 - ln -s $(mandir)/man3/libdspam.3 $(mandir)/man3/dspam_attach.3 - ln -s $(mandir)/man3/libdspam.3 $(mandir)/man3/dspam_process.3 - ln -s $(mandir)/man3/libdspam.3 $(mandir)/man3/dspam_getsource.3 - ln -s $(mandir)/man3/libdspam.3 $(mandir)/man3/dspam_destroy.3 - ln -s $(mandir)/man3/libdspam.3 $(mandir)/man3/dspam_detach.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_init.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_create.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_addattribute.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_attach.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_process.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_getsource.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_destroy.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_detach.3 + ln -s $(mandir)/man3/libdspam.3 $(DESTDIR)$(mandir)/man3/dspam_init.3 + ln -s $(mandir)/man3/libdspam.3 $(DESTDIR)$(mandir)/man3/dspam_create.3 + ln -s $(mandir)/man3/libdspam.3 $(DESTDIR)$(mandir)/man3/dspam_addattribute.3 + ln -s $(mandir)/man3/libdspam.3 $(DESTDIR)$(mandir)/man3/dspam_attach.3 + ln -s $(mandir)/man3/libdspam.3 $(DESTDIR)$(mandir)/man3/dspam_process.3 + ln -s $(mandir)/man3/libdspam.3 $(DESTDIR)$(mandir)/man3/dspam_getsource.3 + ln -s $(mandir)/man3/libdspam.3 $(DESTDIR)$(mandir)/man3/dspam_destroy.3 + ln -s $(mandir)/man3/libdspam.3 $(DESTDIR)$(mandir)/man3/dspam_detach.3 uninstall-hook: - rm -f $(mandir)/man3/dspam_init.3 - rm -f $(mandir)/man3/dspam_create.3 - rm -f $(mandir)/man3/dspam_addattribute.3 - rm -f $(mandir)/man3/dspam_attach.3 - rm -f $(mandir)/man3/dspam_process.3 - rm -f $(mandir)/man3/dspam_getsource.3 - rm -f $(mandir)/man3/dspam_destroy.3 - rm -f $(mandir)/man3/dspam_detach.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_init.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_create.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_addattribute.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_attach.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_process.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_getsource.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_destroy.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_detach.3 install-exec-hook: - -if test ! -d $(sysconfdir); then \ - mkdir -p $(sysconfdir); \ - chmod 755 $(sysconfdir); \ + -if test ! -d $(DESTDIR)$(sysconfdir); then \ + mkdir -p $(DESTDIR)$(sysconfdir); \ + chmod 755 $(DESTDIR)$(sysconfdir); \ fi - -if test ! -f $(sysconfdir)/dspam.conf; then \ - cp dspam.conf $(sysconfdir)/dspam.conf; \ - chmod 750 $(sysconfdir)/dspam.conf; \ - chown "$(dspam_owner)" $(sysconfdir)/dspam.conf; \ - chgrp "$(dspam_group)" $(sysconfdir)/dspam.conf; \ + -if test ! -f $(DESTDIR)$(sysconfdir)/dspam.conf; then \ + cp dspam.conf $(DESTDIR)$(sysconfdir)/dspam.conf; \ + chmod 750 $(DESTDIR)$(sysconfdir)/dspam.conf; \ + chown "$(dspam_owner)" $(DESTDIR)$(sysconfdir)/dspam.conf; \ + chgrp "$(dspam_group)" $(DESTDIR)$(sysconfdir)/dspam.conf; \ fi -if test x"$(dspam_owner)" != xnone; then \ chown "$(dspam_owner)" $(DESTDIR)$(bindir)/dspam; \ Index: Makefile.in --- Makefile.in.orig 2004-10-15 03:49:09 +0200 +++ Makefile.in 2004-10-17 12:27:19 +0200 @@@@ -1025,43 +1025,43 @@@@ # # Solaris' ln seems to have a problem with -sf and existing symlinks. install-data-hook: - rm -f $(mandir)/man3/dspam_init.3 - rm -f $(mandir)/man3/dspam_create.3 - rm -f $(mandir)/man3/dspam_addattribute.3 - rm -f $(mandir)/man3/dspam_attach.3 - rm -f $(mandir)/man3/dspam_process.3 - rm -f $(mandir)/man3/dspam_getsource.3 - rm -f $(mandir)/man3/dspam_destroy.3 - rm -f $(mandir)/man3/dspam_detach.3 - ln -s $(mandir)/man3/libdspam.3 $(mandir)/man3/dspam_init.3 - ln -s $(mandir)/man3/libdspam.3 $(mandir)/man3/dspam_create.3 - ln -s $(mandir)/man3/libdspam.3 $(mandir)/man3/dspam_addattribute.3 - ln -s $(mandir)/man3/libdspam.3 $(mandir)/man3/dspam_attach.3 - ln -s $(mandir)/man3/libdspam.3 $(mandir)/man3/dspam_process.3 - ln -s $(mandir)/man3/libdspam.3 $(mandir)/man3/dspam_getsource.3 - ln -s $(mandir)/man3/libdspam.3 $(mandir)/man3/dspam_destroy.3 - ln -s $(mandir)/man3/libdspam.3 $(mandir)/man3/dspam_detach.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_init.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_create.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_addattribute.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_attach.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_process.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_getsource.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_destroy.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_detach.3 + ln -s $(mandir)/man3/libdspam.3 $(DESTDIR)$(mandir)/man3/dspam_init.3 + ln -s $(mandir)/man3/libdspam.3 $(DESTDIR)$(mandir)/man3/dspam_create.3 + ln -s $(mandir)/man3/libdspam.3 $(DESTDIR)$(mandir)/man3/dspam_addattribute.3 + ln -s $(mandir)/man3/libdspam.3 $(DESTDIR)$(mandir)/man3/dspam_attach.3 + ln -s $(mandir)/man3/libdspam.3 $(DESTDIR)$(mandir)/man3/dspam_process.3 + ln -s $(mandir)/man3/libdspam.3 $(DESTDIR)$(mandir)/man3/dspam_getsource.3 + ln -s $(mandir)/man3/libdspam.3 $(DESTDIR)$(mandir)/man3/dspam_destroy.3 + ln -s $(mandir)/man3/libdspam.3 $(DESTDIR)$(mandir)/man3/dspam_detach.3 uninstall-hook: - rm -f $(mandir)/man3/dspam_init.3 - rm -f $(mandir)/man3/dspam_create.3 - rm -f $(mandir)/man3/dspam_addattribute.3 - rm -f $(mandir)/man3/dspam_attach.3 - rm -f $(mandir)/man3/dspam_process.3 - rm -f $(mandir)/man3/dspam_getsource.3 - rm -f $(mandir)/man3/dspam_destroy.3 - rm -f $(mandir)/man3/dspam_detach.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_init.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_create.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_addattribute.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_attach.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_process.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_getsource.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_destroy.3 + rm -f $(DESTDIR)$(mandir)/man3/dspam_detach.3 install-exec-hook: - -if test ! -d $(sysconfdir); then \ - mkdir -p $(sysconfdir); \ - chmod 755 $(sysconfdir); \ + -if test ! -d $(DESTDIR)$(sysconfdir); then \ + mkdir -p $(DESTDIR)$(sysconfdir); \ + chmod 755 $(DESTDIR)$(sysconfdir); \ fi - -if test ! -f $(sysconfdir)/dspam.conf; then \ - cp dspam.conf $(sysconfdir)/dspam.conf; \ - chmod 750 $(sysconfdir)/dspam.conf; \ - chown "$(dspam_owner)" $(sysconfdir)/dspam.conf; \ - chgrp "$(dspam_group)" $(sysconfdir)/dspam.conf; \ + -if test ! -f $(DESTDIR)$(sysconfdir)/dspam.conf; then \ + cp dspam.conf $(DESTDIR)$(sysconfdir)/dspam.conf; \ + chmod 750 $(DESTDIR)$(sysconfdir)/dspam.conf; \ + chown "$(dspam_owner)" $(DESTDIR)$(sysconfdir)/dspam.conf; \ + chgrp "$(dspam_group)" $(DESTDIR)$(sysconfdir)/dspam.conf; \ fi -if test x"$(dspam_owner)" != xnone; then \ chown "$(dspam_owner)" $(DESTDIR)$(bindir)/dspam; \ @ 1.1 log @new package: dspam 3.2pr1 (Statistical Anti-Spam Filter) @ text @@