diff options
author | is <is> | 2011-04-07 13:18:23 +0000 |
---|---|---|
committer | is <is> | 2011-04-07 13:18:23 +0000 |
commit | 7e427cce9165ee80216d4def4f48ac28ef9e0333 (patch) | |
tree | d46f85680c06e0531c75b341b37d568adddf4625 /comms | |
parent | 10b3dffb52d1004ea9515e4e41f0e86ebf7e9ba3 (diff) | |
download | pkgsrc-7e427cce9165ee80216d4def4f48ac28ef9e0333.tar.gz |
format police
Diffstat (limited to 'comms')
-rw-r--r-- | comms/binkd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/binkd/Makefile b/comms/binkd/Makefile index 42f4e4387cd..4623dd748b0 100644 --- a/comms/binkd/Makefile +++ b/comms/binkd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2011/04/07 12:53:05 is Exp $ +# $NetBSD: Makefile,v 1.31 2011/04/07 13:18:23 is Exp $ # DISTNAME= binkd098 @@ -7,12 +7,13 @@ 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/ COMMENT= FidoNet-over-IP transport program utilizing BINKP protocol +PKG_DESTDIR_SUPPORT= destdir + MAKE_JOBS_SAFE= no WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} |