summaryrefslogtreecommitdiff
path: root/mail/squirrelmail
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2006-12-07 05:37:49 +0000
committertaca <taca@pkgsrc.org>2006-12-07 05:37:49 +0000
commit5f0c886de8e8bcff1343e8827eeef3039719a216 (patch)
tree2feecb9a3bb6c5ba6340d8833b6b85d47c97fb35 /mail/squirrelmail
parent21e77653d89de9128120311a6c22332524288018 (diff)
downloadpkgsrc-5f0c886de8e8bcff1343e8827eeef3039719a216.tar.gz
Oops, revert previous change; wrong usage of PKGMANDIR.
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r--mail/squirrelmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile
index 6e282a29fd3..8948ea13e08 100644
--- a/mail/squirrelmail/Makefile
+++ b/mail/squirrelmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2006/12/06 15:26:57 taca Exp $
+# $NetBSD: Makefile,v 1.80 2006/12/07 05:37:49 taca Exp $
DISTNAME= squirrelmail-1.4.9a
CATEGORIES= mail www
@@ -77,7 +77,7 @@ do-install:
${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 \
- ${PKGMANDIR}/man8/squirrelmail-conf.pl.8
+ ${PREFIX}/man/man8/squirrelmail-conf.pl.8
.include "../../lang/php/phpversion.mk"
.include "../../mk/bsd.pkg.mk"