mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
textproc/extract_url: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
4b07204f4f
commit
45c94953e0
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= extract_url
|
PORTNAME= extract_url
|
||||||
PORTVERSION= 1.6.2
|
PORTVERSION= 1.6.2
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
|
|
||||||
MAINTAINER= dbaio@FreeBSD.org
|
MAINTAINER= dbaio@FreeBSD.org
|
||||||
|
@ -20,13 +21,13 @@ USE_GITHUB= yes
|
||||||
GH_ACCOUNT= m3m0ryh0l3
|
GH_ACCOUNT= m3m0ryh0l3
|
||||||
GH_PROJECT= extracturl
|
GH_PROJECT= extracturl
|
||||||
|
|
||||||
MAKE_ARGS= all prefix=${PREFIX} man_prefix=${PREFIX}
|
MAKE_ARGS= all prefix=${PREFIX} man_prefix=${PREFIX}/share
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/extract_url \
|
PLIST_FILES= bin/extract_url \
|
||||||
share/extract_url/extract_urlview.sample \
|
share/extract_url/extract_urlview.sample \
|
||||||
man/man1/extract_url.1.gz
|
share/man/man1/extract_url.1.gz
|
||||||
PORTDOCS= AUTHORS NEWS README
|
PORTDOCS= AUTHORS NEWS README
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS URI_FIND
|
OPTIONS_DEFINE= DOCS URI_FIND
|
||||||
|
|
Loading…
Add table
Reference in a new issue