diff options
author | snj <snj@pkgsrc.org> | 2009-02-16 22:14:43 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2009-02-16 22:14:43 +0000 |
commit | 9d6e075374624996f59ec67075c82a16fabec757 (patch) | |
tree | 426adb6aa8266a2d4c4c3288aabf243caa7243ca /chat/fisg/Makefile | |
parent | 1fc2a4a538c0018b08c0f69537fd70d535bbbec1 (diff) | |
download | pkgsrc-9d6e075374624996f59ec67075c82a16fabec757.tar.gz |
Add user-destdir support.
Diffstat (limited to 'chat/fisg/Makefile')
-rw-r--r-- | chat/fisg/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chat/fisg/Makefile b/chat/fisg/Makefile index f56577dde17..1410fdb8f26 100644 --- a/chat/fisg/Makefile +++ b/chat/fisg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:08:23 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/02/16 22:14:43 snj Exp $ DISTNAME= fisg-0.2.0 PKGREVISION= 1 @@ -12,4 +12,8 @@ COMMENT= Fast IRC statistics generator WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_TOOLS+= gmake +INSTALLATION_DIRS+= bin + +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.pkg.mk" |