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 | |
parent | d70033166f3d177856cae926a06c16fce2bc65ef (diff) | |
download | freebsd-ports-331c8cc7a9dbefe725c258c963d24a4e53ffa066.zip |
comms/birda: Move man pages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/birda/Makefile | 3 | ||||
-rw-r--r-- | comms/birda/pkg-plist | 18 |
2 files changed, 12 insertions, 9 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 diff --git a/comms/birda/pkg-plist b/comms/birda/pkg-plist index b608445d222c..fe54aee83c04 100644 --- a/comms/birda/pkg-plist +++ b/comms/birda/pkg-plist @@ -7,12 +7,12 @@ bin/mkobexmemo bin/mkobexpdb bin/mkobextel bin/mkobextodo -man/man1/ircomm.1.gz -man/man1/irobex.1.gz -man/man1/irs.1.gz -man/man1/mkobexcard.1.gz -man/man1/mkobexdate.1.gz -man/man1/mkobexmemo.1.gz -man/man1/mkobexpdb.1.gz -man/man1/mkobextel.1.gz -man/man1/mkobextodo.1.gz +share/man/man1/ircomm.1.gz +share/man/man1/irobex.1.gz +share/man/man1/irs.1.gz +share/man/man1/mkobexcard.1.gz +share/man/man1/mkobexdate.1.gz +share/man/man1/mkobexmemo.1.gz +share/man/man1/mkobexpdb.1.gz +share/man/man1/mkobextel.1.gz +share/man/man1/mkobextodo.1.gz |