diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /chat/dircproxy | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'chat/dircproxy')
-rw-r--r-- | chat/dircproxy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/dircproxy/Makefile b/chat/dircproxy/Makefile index d33d388d733..07091b03c6b 100644 --- a/chat/dircproxy/Makefile +++ b/chat/dircproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/11/18 10:30:42 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:16 joerg Exp $ DISTNAME= dircproxy-1.0.5 PKGREVISION= 2 @@ -10,6 +10,8 @@ MAINTAINER= sb125499@ohiou.edu HOMEPAGE= http://dircproxy.securiweb.net/ COMMENT= Detachable internet relay chat proxy server +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_TOOLS+= perl:run |