summaryrefslogtreecommitdiff
path: root/security/libdes
diff options
context:
space:
mode:
authorjoerg <joerg>2007-03-24 19:21:18 +0000
committerjoerg <joerg>2007-03-24 19:21:18 +0000
commita4de7735c807ba2004d03f48884c6342e3f6763c (patch)
treea57573ceef3abc19d705671351ee7db9e9292311 /security/libdes
parent7cd9e5adbf8ac9e1b02c9e54118f0253a6988530 (diff)
downloadpkgsrc-a4de7735c807ba2004d03f48884c6342e3f6763c.tar.gz
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'security/libdes')
-rw-r--r--security/libdes/Makefile4
-rw-r--r--security/libdes/PLIST8
2 files changed, 7 insertions, 5 deletions
diff --git a/security/libdes/Makefile b/security/libdes/Makefile
index 006810d5ccc..2229e8d33ef 100644
--- a/security/libdes/Makefile
+++ b/security/libdes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/02/22 19:27:07 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2007/03/24 19:21:31 joerg Exp $
DISTNAME= libdes-4.04b
CATEGORIES= security
@@ -10,4 +10,6 @@ COMMENT= Small DES (Data Encryption Standard) lib & standalone program
WRKSRC= ${WRKDIR}/des
CRYPTO= YES
+INSTALLATION_DIRS= bin include lib
+
.include "../../mk/bsd.pkg.mk"
diff --git a/security/libdes/PLIST b/security/libdes/PLIST
index 9c5fd4396ff..ed4576f257a 100644
--- a/security/libdes/PLIST
+++ b/security/libdes/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:16:50 zuntum Exp $
-lib/libdes.a
+@comment $NetBSD: PLIST,v 1.2 2007/03/24 19:21:31 joerg Exp $
bin/libdes
-man/man3/libdes_crypt.3
-man/man1/libdes.1
include/libdes.h
+lib/libdes.a
+man/man1/libdes.1
+man/man3/libdes_crypt.3