aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2024-03-30 09:53:22 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2024-03-30 09:59:44 +0000
commit59dee64388e3b0649328f1f96d88e3fc469e62d0 (patch)
tree692b4bb9e5fff20a06f966bf9b8996ad61e983cf /comms
parent0a7fd64085d2fdfca3fde3d8561a7b64f61d1def (diff)
downloadports-59dee64388e3b0649328f1f96d88e3fc469e62d0.tar.gz
ports-59dee64388e3b0649328f1f96d88e3fc469e62d0.zip
comms/obexapp: Move man page to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'comms')
-rw-r--r--comms/obexapp/Makefile4
-rw-r--r--comms/obexapp/files/patch-Makefile8
2 files changed, 6 insertions, 6 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile
index c46d9eafdc11..053789bfe1d9 100644
--- a/comms/obexapp/Makefile
+++ b/comms/obexapp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= obexapp
PORTVERSION= 1.4.15
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= comms net
MASTER_SITES= http://people.freebsd.org/~emax/obexapp/
@@ -13,7 +13,7 @@ LIB_DEPENDS= libopenobex.so:comms/openobex \
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= iconv readline uidfix
-PLIST_FILES= bin/obexapp man/man1/obexapp.1.gz
+PLIST_FILES= bin/obexapp share/man/man1/obexapp.1.gz
MAKE_ENV+= MK_WERROR=no
diff --git a/comms/obexapp/files/patch-Makefile b/comms/obexapp/files/patch-Makefile
index 9ae9fd81dddb..fe795985abba 100644
--- a/comms/obexapp/files/patch-Makefile
+++ b/comms/obexapp/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig 2010-11-03 19:28:50.000000000 +0100
-+++ Makefile 2010-11-17 22:40:49.360429702 +0100
+--- Makefile.orig 2010-11-03 18:28:50 UTC
++++ Makefile
@@ -1,8 +1,11 @@
# $Id: Makefile,v 1.13 2010/11/03 18:28:50 max Exp $
# $FreeBSD$
@@ -10,11 +10,11 @@
+LOCALBASE?= /usr/local
+
+BINDIR= ${PREFIX}/bin
-+MANDIR= ${PREFIX}/man/man
++MANDIR= ${PREFIX}/share/man/man
PROG= obexapp
MAN1= obexapp.1
-@@ -13,11 +16,11 @@
+@@ -13,11 +16,11 @@ DEBUG_FLAGS= -g
DEBUG_FLAGS= -g