diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-07 09:13:46 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-07 09:13:46 +0000 |
commit | 2829e658f2ba62cb77f3f151f468ec8de1549bd5 (patch) | |
tree | 77b9cef42b625156081609e43af1544d569620be /mail/mess822 | |
parent | 5997a7db2d5af7de47f411825619ffc3689f1ce2 (diff) | |
download | pkgsrc-2829e658f2ba62cb77f3f151f468ec8de1549bd5.tar.gz |
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
Diffstat (limited to 'mail/mess822')
-rw-r--r-- | mail/mess822/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mess822/Makefile b/mail/mess822/Makefile index 3f50c6ae8d0..607c78daca0 100644 --- a/mail/mess822/Makefile +++ b/mail/mess822/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/02/19 00:41:49 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2007/01/07 09:13:58 rillig Exp $ # DISTNAME= mess822-0.58 @@ -29,7 +29,7 @@ CONF_FILES+= ${EGDIR}/leapsecs.dat ${PKG_SYSCONFDIR}/leapsecs.dat DJB_BUILD_TARGETS= install instcheck -INSTALLATION_DIRS= bin include lib man man/cat1 man/cat3 man/cat5 man/cat8 +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 SUBST_FILES.djbware+= cdb_seek.c leapsecs_read.c |