pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/cgilib Add a missing directory to INSTALLATION_DIRS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fd8e1d8b75e
branches:  trunk
changeset: 530812:0fd8e1d8b75e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Jul 09 21:51:30 2007 +0000

description:
Add a missing directory to INSTALLATION_DIRS.

Suggested by Ondrej Tuma in PR 36369.

diffstat:

 www/cgilib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ba033392884c -r 0fd8e1d8b75e www/cgilib/Makefile
--- a/www/cgilib/Makefile       Mon Jul 09 20:50:28 2007 +0000
+++ b/www/cgilib/Makefile       Mon Jul 09 21:51:30 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/03/24 19:21:32 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2007/07/09 21:51:30 minskim Exp $
 #
 
 DISTNAME=      cgilib-0.5
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.infodrom.org/projects/cgilib/
 COMMENT=       Common gateway interface library
 
-INSTALLATION_DIRS=     include lib ${PKGMANDIR}/man3
+INSTALLATION_DIRS=     include lib ${PKGMANDIR}/man3 ${PKGMANDIR}/man5
 USE_LIBTOOL=   yes
 MAKE_ENV+=     MANDIR=${PREFIX}/${PKGMANDIR}
 



Home | Main Index | Thread Index | Old Index