diff options
Diffstat (limited to 'comms/birda/Makefile')
-rw-r--r-- | comms/birda/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/birda/Makefile b/comms/birda/Makefile index d38114da7577..94883f1b1c32 100644 --- a/comms/birda/Makefile +++ b/comms/birda/Makefile @@ -1,5 +1,6 @@ PORTNAME= birda PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/ @@ -8,6 +9,8 @@ COMMENT= Bohlin's IrDA utilities, ported from NetBSD's pkgsrc USES= uidfix +MAKE_ARGS= MANDIR="${PREFIX}/share/man/man" + # XXX Static libraries with PIE are currently unsupported. MAKE_ENV+= WITHOUT_PIE=true |