summaryrefslogtreecommitdiff
path: root/net/cntlm
diff options
context:
space:
mode:
authorjym <jym>2009-11-03 21:13:24 +0000
committerjym <jym>2009-11-03 21:13:24 +0000
commit4a8e3a9368ea7ed44abcf3c126042b0000f8bd3f (patch)
tree237200aaf3b4fef99457a8d450533a762e570d09 /net/cntlm
parentfd808355784ecc6ce8eb2db1d0cc24ce87885393 (diff)
downloadpkgsrc-4a8e3a9368ea7ed44abcf3c126042b0000f8bd3f.tar.gz
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 (limited to 'net/cntlm')
-rw-r--r--net/cntlm/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/cntlm/Makefile b/net/cntlm/Makefile
index 677ae93dcbf..54b3ed2f9dd 100644
--- a/net/cntlm/Makefile
+++ b/net/cntlm/Makefile
@@ -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 @@ RCD_SCRIPTS+= cntlm
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 @@ do-install:
${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"