summaryrefslogtreecommitdiff
path: root/security/libdes
diff options
context:
space:
mode:
authorjoerg <joerg>2007-03-28 13:26:55 +0000
committerjoerg <joerg>2007-03-28 13:26:55 +0000
commit94dc69211198fc6cb78ee2eb5a6646d67d374e33 (patch)
tree79af31df345666262b8856a42765fa31e6d3c0d6 /security/libdes
parent6dc44e39f617d53efb6f41fc2161b5b7d3d77cad (diff)
downloadpkgsrc-94dc69211198fc6cb78ee2eb5a6646d67d374e33.tar.gz
Fix NO_MTREE.
Diffstat (limited to 'security/libdes')
-rw-r--r--security/libdes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libdes/Makefile b/security/libdes/Makefile
index 2229e8d33ef..e30703a054f 100644
--- a/security/libdes/Makefile
+++ b/security/libdes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/03/24 19:21:31 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2007/03/28 13:26:55 joerg Exp $
DISTNAME= libdes-4.04b
CATEGORIES= security
@@ -10,6 +10,6 @@ COMMENT= Small DES (Data Encryption Standard) lib & standalone program
WRKSRC= ${WRKDIR}/des
CRYPTO= YES
-INSTALLATION_DIRS= bin include lib
+INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1 ${PKGMANDIR}/man3
.include "../../mk/bsd.pkg.mk"