diff options
author | rillig <rillig> | 2009-06-12 18:54:32 +0000 |
---|---|---|
committer | rillig <rillig> | 2009-06-12 18:54:32 +0000 |
commit | cd501c7127c627bf3e62e1a10d0d136225f0b553 (patch) | |
tree | a8358994ab13e9b4006750ea7f43dad181e67709 /mail | |
parent | 3b0862e1771b2a0d67639d807688e8b68de6c9a3 (diff) | |
download | pkgsrc-cd501c7127c627bf3e62e1a10d0d136225f0b553.tar.gz |
Fixed some pkglint warnings.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mess822/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mess822/Makefile b/mail/mess822/Makefile index f283b85b1e4..c7e3896cacd 100644 --- a/mail/mess822/Makefile +++ b/mail/mess822/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/07/30 10:40:56 schmonz Exp $ +# $NetBSD: Makefile,v 1.17 2009/06/12 18:54:32 rillig Exp $ # DISTNAME= mess822-0.58 @@ -29,8 +29,7 @@ CONF_FILES+= ${EGDIR}/leapsecs.dat ${PKG_SYSCONFDIR}/leapsecs.dat DJB_BUILD_TARGETS= install instcheck -INSTALLATION_DIRS= bin include lib man ${PKGMANDIR}/cat1 ${PKGMANDIR}/cat3 ${PKGMANDIR}/cat5 ${PKGMANDIR}/cat8 -INSTALLATION_DIRS+= man/man1 man/man3 man/man5 man/man8 share/examples/mess822 +AUTO_MKDIRS= yes SUBST_FILES.djbware+= cdb_seek.c leapsecs_read.c |