mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
astro/sextractor: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
aa2174731f
commit
90c924fae7
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= sextractor
|
PORTNAME= sextractor
|
||||||
PORTVERSION= 2.5.0
|
PORTVERSION= 2.5.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= astro
|
CATEGORIES= astro
|
||||||
MASTER_SITES= ftp://ftp.iap.fr/pub/from_users/bertin/sextractor/ \
|
MASTER_SITES= ftp://ftp.iap.fr/pub/from_users/bertin/sextractor/ \
|
||||||
http://download.gna.org/kanicule/freebsd/distfiles/
|
http://download.gna.org/kanicule/freebsd/distfiles/
|
||||||
|
@ -13,6 +13,7 @@ LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
USES= gmake
|
USES= gmake
|
||||||
|
|
||||||
CONFLICTS_INSTALL= sex # bin/sex
|
CONFLICTS_INSTALL= sex # bin/sex
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
bin/sex
|
bin/sex
|
||||||
man/man1/sex.1.gz
|
share/man/man1/sex.1.gz
|
||||||
man/manx/sex.x.gz
|
share/man/manx/sex.x.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue