diff options
author | reed <reed@pkgsrc.org> | 2005-08-31 18:47:36 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-08-31 18:47:36 +0000 |
commit | 0dd8e3a73f3b2169cee4fef8f42a4802b332add8 (patch) | |
tree | 0cf42f40fabf61ba5d63e2fd0fe56d7b855e0b1a /net/socks5/Makefile | |
parent | a7c708877ec57c1bde740a8ec645ecdc9428c21b (diff) | |
download | pkgsrc-0dd8e3a73f3b2169cee4fef8f42a4802b332add8.tar.gz |
Use INSTALLATION_DIRS to create "include" directory.
(This broke my bulk builds; it also appears that other directories
are precreated in Makefile's, just not include.)
TODO for non-root installs -- fix the hardcoded 111 mode which causes
binaries to be unreadable for packaging.
Diffstat (limited to 'net/socks5/Makefile')
-rw-r--r-- | net/socks5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 234531f7da1..1b2e1445888 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2005/04/11 21:47:00 tv Exp $ +# $NetBSD: Makefile,v 1.36 2005/08/31 18:47:36 reed Exp $ DISTNAME= socks5-v1_0r2 PKGNAME= socks5-1.0.2 @@ -36,7 +36,7 @@ CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \ --with-srvidtfile=/var/run/socks5.ident \ ${EXTRA_CONFIGURE_ARGS} LIBS+= -lcrypt - +INSTALLATION_DIRS= include RCD_SCRIPTS= socks5 post-install: |