diff options
author | jym <jym@pkgsrc.org> | 2009-11-03 21:13:24 +0000 |
---|---|---|
committer | jym <jym@pkgsrc.org> | 2009-11-03 21:13:24 +0000 |
commit | 33fc187f9480f02b7ce267bf6d06881675bb5c84 (patch) | |
tree | 237200aaf3b4fef99457a8d450533a762e570d09 /net/cntlm | |
parent | 9fdbf61ca9506b31a2fc65e52163d410ca0e50a9 (diff) | |
download | pkgsrc-33fc187f9480f02b7ce267bf6d06881675bb5c84.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/Makefile | 5 |
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" |