diff options
Diffstat (limited to 'security/libdes')
-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" |