diff options
author | obache <obache@pkgsrc.org> | 2008-01-01 14:23:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-01-01 14:23:44 +0000 |
commit | dafe03cb567f03ea02e899780e53725f814a5b33 (patch) | |
tree | c68e737d2e19d1cfcb5b8cedd1debe5588e78576 /comms/birda | |
parent | 55d54e400564c21969e5236b9c185fb7b4d3669f (diff) | |
download | pkgsrc-dafe03cb567f03ea02e899780e53725f814a5b33.tar.gz |
*MODE are also passed by framework automatically now.
Diffstat (limited to 'comms/birda')
-rw-r--r-- | comms/birda/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/comms/birda/Makefile b/comms/birda/Makefile index a82b2d79159..948967cdb14 100644 --- a/comms/birda/Makefile +++ b/comms/birda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/12/31 07:37:46 obache Exp $ +# $NetBSD: Makefile,v 1.19 2008/01/01 14:27:40 obache Exp $ # DISTNAME= birda-1.3 @@ -10,9 +10,6 @@ COMMENT= Bohlin's IrDA utilities USE_BSD_MAKEFILE= yes -MAKE_ENV+= BINMODE=${BINMODE} -MAKE_ENV+= MANMODE=${MANMODE} - INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 PKG_DESTDIR_SUPPORT= user-destdir |