pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/squirrelmail Fix man page installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd125434947f
branches:  trunk
changeset: 522356:dd125434947f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 07 16:16:07 2006 +0000

description:
Fix man page installation.

diffstat:

 mail/squirrelmail/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ece0d243066e -r dd125434947f mail/squirrelmail/Makefile
--- a/mail/squirrelmail/Makefile        Thu Dec 07 16:06:39 2006 +0000
+++ b/mail/squirrelmail/Makefile        Thu Dec 07 16:16:07 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2006/12/07 05:37:49 taca Exp $
+# $NetBSD: Makefile,v 1.81 2006/12/07 16:16:07 joerg Exp $
 
 DISTNAME=      squirrelmail-1.4.9a
 CATEGORIES=    mail www
@@ -77,7 +77,7 @@
        ${INSTALL_DATA} ${WRKSRC:Q}/data/index.php ${USER_PREFS_DIR:Q}/
        ${INSTALL_DATA} ${WRKSRC:Q}/data/.htaccess ${USER_PREFS_DIR:Q}/
        ${MV} ${PREFIX}/share/squirrelmail/contrib/conf.pl.8 \
-         ${PREFIX}/man/man8/squirrelmail-conf.pl.8
+         ${PREFIX}/${PKGMANDIR}/man8/squirrelmail-conf.pl.8
 
 .include "../../lang/php/phpversion.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index