diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-07 16:20:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-07 16:20:23 +0000 |
commit | 8386bf76343e8743f7a1446376fc355d90550a41 (patch) | |
tree | 4c08fcab35dcf1a8610c283fb9201e3f3385b0c2 /net/3proxy/Makefile | |
parent | 6069a7403f8a29b7212c719c86570591a54e7bec (diff) | |
download | pkgsrc-8386bf76343e8743f7a1446376fc355d90550a41.tar.gz |
Fix DESTDIR installation.
Diffstat (limited to 'net/3proxy/Makefile')
-rw-r--r-- | net/3proxy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/3proxy/Makefile b/net/3proxy/Makefile index 087e482600a..edb7e312f17 100644 --- a/net/3proxy/Makefile +++ b/net/3proxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/02/27 23:50:29 apb Exp $ +# $NetBSD: Makefile,v 1.3 2008/04/07 16:20:23 joerg Exp $ # DISTNAME= 3proxy-0.5.3k @@ -15,6 +15,8 @@ COMMENT= Multi-protocol proxy WRKSRC= ${WRKDIR} MAKE_FILE= Makefile.unix +INSTALLATION_DIRS= sbin ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 + # 3proxy-0.5.* is dual-licenced under GPL or custom terms. It's not # clear exactly which version of the GPL is intended; ${WRKSRC}/License # says "current version of GNU GPL" without specifying a numeric version |