diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-28 13:26:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-28 13:26:55 +0000 |
commit | cf8a69eab679bdd605354f51827f053800c7ae16 (patch) | |
tree | 79af31df345666262b8856a42765fa31e6d3c0d6 /security | |
parent | 8df09a602fd274ea9906cb3fb13e67aca3c67532 (diff) | |
download | pkgsrc-cf8a69eab679bdd605354f51827f053800c7ae16.tar.gz |
Fix NO_MTREE.
Diffstat (limited to 'security')
-rw-r--r-- | security/libdes/Makefile | 4 |
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" |