mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
comms/obexapp: Move man page to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
0a7fd64085
commit
59dee64388
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= obexapp
|
PORTNAME= obexapp
|
||||||
PORTVERSION= 1.4.15
|
PORTVERSION= 1.4.15
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= comms net
|
CATEGORIES= comms net
|
||||||
MASTER_SITES= http://people.freebsd.org/~emax/obexapp/
|
MASTER_SITES= http://people.freebsd.org/~emax/obexapp/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ LIB_DEPENDS= libopenobex.so:comms/openobex \
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
USES= iconv readline uidfix
|
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
|
MAKE_ENV+= MK_WERROR=no
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- Makefile.orig 2010-11-03 19:28:50.000000000 +0100
|
--- Makefile.orig 2010-11-03 18:28:50 UTC
|
||||||
+++ Makefile 2010-11-17 22:40:49.360429702 +0100
|
+++ Makefile
|
||||||
@@ -1,8 +1,11 @@
|
@@ -1,8 +1,11 @@
|
||||||
# $Id: Makefile,v 1.13 2010/11/03 18:28:50 max Exp $
|
# $Id: Makefile,v 1.13 2010/11/03 18:28:50 max Exp $
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
@ -10,11 +10,11 @@
|
||||||
+LOCALBASE?= /usr/local
|
+LOCALBASE?= /usr/local
|
||||||
+
|
+
|
||||||
+BINDIR= ${PREFIX}/bin
|
+BINDIR= ${PREFIX}/bin
|
||||||
+MANDIR= ${PREFIX}/man/man
|
+MANDIR= ${PREFIX}/share/man/man
|
||||||
PROG= obexapp
|
PROG= obexapp
|
||||||
MAN1= obexapp.1
|
MAN1= obexapp.1
|
||||||
|
|
||||||
@@ -13,11 +16,11 @@
|
@@ -13,11 +16,11 @@ DEBUG_FLAGS= -g
|
||||||
|
|
||||||
DEBUG_FLAGS= -g
|
DEBUG_FLAGS= -g
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue