pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/icon Add the directory of the manpage to the INST...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8999759fcb80
branches:  trunk
changeset: 544797:8999759fcb80
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Sun Jul 20 19:02:47 2008 +0000

description:
Add the directory of the manpage to the INSTALLATION_DIRS.

diffstat:

 lang/icon/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r db7a7bab7bd9 -r 8999759fcb80 lang/icon/Makefile
--- a/lang/icon/Makefile        Sun Jul 20 17:13:19 2008 +0000
+++ b/lang/icon/Makefile        Sun Jul 20 19:02:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2008/03/07 11:24:16 obache Exp $
+# $NetBSD: Makefile,v 1.45 2008/07/20 19:02:47 ahoka Exp $
 
 DISTNAME=              icon.v942src
 PKGNAME=               icon-9.4.2
@@ -16,6 +16,8 @@
 TEST_TARGET=           Test
 MAKE_JOBS_SAFE=                no
 
+INSTALLATION_DIRS=     ${PKGMANDIR}/man1
+
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/compiler.mk"
 



Home | Main Index | Thread Index | Old Index