cracklib/Makefile

Sat, 27 Oct 2012 17:19:03 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 27 Oct 2012 17:19:03 +0200
changeset 748
7548d72a64e3
permissions
-rw-r--r--

Update version adjusting patch logic accordingly, correctly create
installation hierarchy, and introduce apache-php::with_xmlwriter
dependency required by rather important XML sitemap logic.

     2 PREFIX  = @l_prefix@
     3 LIBDIR  = $(PREFIX)/lib/cracklib
     4 DICTDIR = $(PREFIX)/share/cracklib
     5 FORMAT  = $(PREFIX)/sbin/cracklib-format
     6 PACKER  = $(PREFIX)/sbin/cracklib-packer
     8 all:
     9 	$(FORMAT) $(DICTDIR)/*.txt | $(PACKER) $(LIBDIR)/pw_dict

mercurial