diff options
author | is <is@pkgsrc.org> | 2011-04-07 12:53:05 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2011-04-07 12:53:05 +0000 |
commit | 944ae569e59a60f56293ab7b14bfc7a023740656 (patch) | |
tree | c7828cfb902661d06e46af8425c7d98e0b1f5312 /comms | |
parent | 7f88fae30cd66296197571f74bd2d326924a68d1 (diff) | |
download | pkgsrc-944ae569e59a60f56293ab7b14bfc7a023740656.tar.gz |
DESTDIRize.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/binkd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/binkd/Makefile b/comms/binkd/Makefile index 165f48538ab..42f4e4387cd 100644 --- a/comms/binkd/Makefile +++ b/comms/binkd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2010/01/07 07:36:54 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2011/04/07 12:53:05 is Exp $ # DISTNAME= binkd098 @@ -7,6 +7,7 @@ PKGREVISION= 2 CATEGORIES= comms MASTER_SITES= ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/ EXTRACT_SUFX= .zip +PKG_DESTDIR_SUPPORT= destdir MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://homepage.corbina.net/~maloff/binkd/ @@ -18,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} +INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} PREFIX=${DESTDIR:Q}${PREFIX:Q} NOT_FOR_PLATFORM= ${LP64PLATFORMS} |