diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | d52318ad7f58be5bf7632dc1cdb71e2e2e14266d (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /net/libsscript/Makefile | |
parent | 6398c6433afdc49f0d0039f60434b86e4ca08cd2 (diff) | |
download | pkgsrc-d52318ad7f58be5bf7632dc1cdb71e2e2e14266d.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'net/libsscript/Makefile')
-rw-r--r-- | net/libsscript/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libsscript/Makefile b/net/libsscript/Makefile index 5ef3383c544..85e23c80f99 100644 --- a/net/libsscript/Makefile +++ b/net/libsscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/01/19 23:00:24 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2007/03/24 19:21:29 joerg Exp $ # DISTNAME= sscript-lib2.0 @@ -15,4 +15,6 @@ COMMENT= Simple library for creating network oriented software in C NO_CONFIGURE= YES USE_LIBTOOL= YES +INSTALLATION_DIRS= lib + .include "../../mk/bsd.pkg.mk" |