diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-08 18:32:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-08 18:32:00 +0000 |
commit | a9ec63a8fab3c07145556a938216c5878e63c2dd (patch) | |
tree | 05d1131958f99ad1636c4c73af509ff8775b7ffb | |
parent | 914e1d6f82f1a73c58b0125af8a9b846aefea065 (diff) | |
download | pkgsrc-a9ec63a8fab3c07145556a938216c5878e63c2dd.tar.gz |
cdb_seek.c and leapsecs_read.c need DJB cure as well.
-rw-r--r-- | mail/mess822/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mess822/Makefile b/mail/mess822/Makefile index ee9f23bcbd4..efa78b82d5f 100644 --- a/mail/mess822/Makefile +++ b/mail/mess822/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/01/05 02:57:10 schmonz Exp $ +# $NetBSD: Makefile,v 1.13 2006/01/08 18:32:00 joerg Exp $ # DISTNAME= mess822-0.58 @@ -31,5 +31,7 @@ DJB_BUILD_TARGETS= install instcheck INSTALLATION_DIRS= bin include lib man man/cat1 man/cat3 man/cat5 man/cat8 INSTALLATION_DIRS+= man/man1 man/man3 man/man5 man/man8 share/examples/mess822 +SUBST_FILES.djbware+= cdb_seek.c leapsecs_read.c + .include "../../mk/djbware.mk" .include "../../mk/bsd.pkg.mk" |