diff options
author | obache <obache> | 2008-01-01 14:23:44 +0000 |
---|---|---|
committer | obache <obache> | 2008-01-01 14:23:44 +0000 |
commit | 9ab6f71b00c8ac44eea1a5cb0ce1cda65c7a8bbf (patch) | |
tree | c68e737d2e19d1cfcb5b8cedd1debe5588e78576 /comms | |
parent | 33e8048264f78523f487b0630164e0ab63029c24 (diff) | |
download | pkgsrc-9ab6f71b00c8ac44eea1a5cb0ce1cda65c7a8bbf.tar.gz |
*MODE are also passed by framework automatically now.
Diffstat (limited to 'comms')
-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 |