Changeset 33 for trunk


Ignore:
Timestamp:
03/28/11 15:13:56 (13 years ago)
Author:
Kris Deugau
Message:

/trunk/dnsbl

Fix Makefile to reference the right filenames, and include things
that should be distributed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dnsbl/Makefile

    r32 r33  
    88
    99MANIFEST = \
    10         Makefile dnsbl.sql DNSBL.pm dnsbl.cgi export-dnsbl browse.cgi templates/ \
    11         add-parents.sql setparents.pl
     10        browse.cgi check-iplist.pl delist-ip export-dnsbl index.shtml Makefile \
     11        dnsbl.cgi DNSBL.pm dnsbl.sql templates/ addparents.sql setparents.pl
    1212
    1313PKGNAME=dnsbl
    1414VERSION=0.2.0
    1515
    16 # bloody stupid Debian config puts OS-provided packaged sitelib under
    17 # /usr/local - by FHS defs, this is supposed to be reserved for, y'know,
    18 # **LOCAL** crap.
    19 # So we use the vendor lib directory instead.  Feh.
    20 
    21 PERLLIBDIR = `eval "`perl -V:installvendorlib`"; echo $installvendorlib`
    22 
    23 install:
    24         install -D DNSBL.pm $(DESTDIR)$(PERLLIBDIR)/DNSBL.pm
    25         install -D -m 0755 export-dnsbl $(DESTDIR)${bindir}/export-dnsbl
     16all:
    2617
    2718dist:
Note: See TracChangeset for help on using the changeset viewer.