diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2024-03-18 10:18:27 +0100 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2024-03-18 11:25:38 +0100 |
commit | 331c8cc7a9dbefe725c258c963d24a4e53ffa066 (patch) | |
tree | ba08736c037bcfcf444bb969dbbf76e43ba807df /comms/birda/Makefile | |
parent | d70033166f3d177856cae926a06c16fce2bc65ef (diff) | |
download | freebsd-ports-331c8cc7a9dbefe725c258c963d24a4e53ffa066.zip |
comms/birda: Move man pages to share/man
Approved by: portmgr (blanket)
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 |