pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/cntlm As advised by wiz@:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4421d945607c
branches:  trunk
changeset: 567011:4421d945607c
user:      jym <jym%pkgsrc.org@localhost>
date:      Tue Nov 03 21:13:24 2009 +0000

description:
As advised by wiz@:
- add ${PKGMANDIR}/man1 and bin directories to INSTALLATION_DIRS to
support installation using user-destdir
- remove the url2pkg marker

Thanks!

diffstat:

 net/cntlm/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 692d842b6347 -r 4421d945607c net/cntlm/Makefile
--- a/net/cntlm/Makefile        Tue Nov 03 20:20:05 2009 +0000
+++ b/net/cntlm/Makefile        Tue Nov 03 21:13:24 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/10/30 19:55:30 jym Exp $
+# $NetBSD: Makefile,v 1.2 2009/11/03 21:13:24 jym Exp $
 #
 
 DISTNAME=      cntlm-0.35.1
@@ -32,7 +32,7 @@
 
 CONF_FILES_PERMS+=     ${EGDIR}/cntlm.conf ${PKG_SYSCONFDIR}/cntlm.conf \
                                ${CNTLM_USER} ${CNTLM_GROUP} 0600
-INSTALLATION_DIRS+=    ${EGDIR}
+INSTALLATION_DIRS+=    ${EGDIR} ${PKGMANDIR}/man1 bin
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/cntlm \
@@ -42,6 +42,5 @@
        ${INSTALL_DATA} ${WRKSRC}/doc/cntlm.conf \
                                ${DESTDIR}${EGDIR}/cntlm.conf
 
-# url2pkg-marker (please do not remove this line.)
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index