diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-04 19:52:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-04 19:52:39 +0000 |
commit | 8502f489c674d52888a562ecdc3fea59d100748e (patch) | |
tree | baa4cac9ecdce3b6d89cc20d06d9e80bbca32eeb /astro | |
parent | 00d5fb88d28dbcc37e877333e67a04802a11b358 (diff) | |
download | ports-8502f489c674d52888a562ecdc3fea59d100748e.tar.gz ports-8502f489c674d52888a562ecdc3fea59d100748e.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/sextractor/Makefile | 13 | ||||
-rw-r--r-- | astro/sextractor/pkg-plist | 3 |
2 files changed, 5 insertions, 11 deletions
diff --git a/astro/sextractor/Makefile b/astro/sextractor/Makefile index 61d4fac1dd2e..eaa417d709c3 100644 --- a/astro/sextractor/Makefile +++ b/astro/sextractor/Makefile @@ -3,6 +3,7 @@ PORTNAME= sextractor PORTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= ftp://ftp.iap.fr/pub/from_users/bertin/sextractor/ \ http://download.gna.org/kanicule/freebsd/distfiles/ @@ -12,18 +13,10 @@ COMMENT= Catalogue of objects builder from astronomical images GNU_CONFIGURE= yes USES= gmake -NO_STAGE= yes - -MAN1= sex.1 -MANX= sex.x OPTIONS_DEFINE= STATIC OPTIONS_DEFAULT= STATIC -.include <bsd.port.pre.mk> - -.if ${PORT_OPTIONS:MSTATIC} -CONFIGURE_ARGS+= --enable-static -.endif +STATIC_CONFIGURE_ENABLE= static -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/astro/sextractor/pkg-plist b/astro/sextractor/pkg-plist index 1e2c7b5ae0c9..84118cee3170 100644 --- a/astro/sextractor/pkg-plist +++ b/astro/sextractor/pkg-plist @@ -1,3 +1,4 @@ bin/sex -man/manx/sex.x +man/man1/sex.1.gz +man/manx/sex.x.gz @dirrmtry man/manx |