summaryrefslogtreecommitdiff
path: root/security/mhash
diff options
context:
space:
mode:
authorjoerg <joerg>2007-05-08 15:51:32 +0000
committerjoerg <joerg>2007-05-08 15:51:32 +0000
commit43b2ff835f6221f804cd707b72107882d13291f4 (patch)
treecd5f286e72a7cc1782c5efcea84ceeab1c54e508 /security/mhash
parentd7ce3d88699f35019defc30d84f94531c530ffde (diff)
downloadpkgsrc-43b2ff835f6221f804cd707b72107882d13291f4.tar.gz
Doesn't create subdirectory, premake.
Diffstat (limited to 'security/mhash')
-rw-r--r--security/mhash/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile
index 633070ed7ed..eb3c78f3f47 100644
--- a/security/mhash/Makefile
+++ b/security/mhash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2007/04/30 19:06:47 adam Exp $
+# $NetBSD: Makefile,v 1.21 2007/05/08 15:51:32 joerg Exp $
DISTNAME= mhash-0.9.9
CATEGORIES= security devel
@@ -13,4 +13,6 @@ USE_TOOLS+= gmake perl
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+INSTALLATION_DIRS= include/mutils
+
.include "../../mk/bsd.pkg.mk"