Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 19:52:40 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350158 - head/astro/sextractor
Message-ID:  <201404041952.s34Jqefe064271@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr  4 19:52:39 2014
New Revision: 350158
URL: http://svnweb.freebsd.org/changeset/ports/350158
QAT: https://qat.redports.org/buildarchive/r350158/

Log:
  Support stage
  Use options helpers

Modified:
  head/astro/sextractor/Makefile
  head/astro/sextractor/pkg-plist

Modified: head/astro/sextractor/Makefile
==============================================================================
--- head/astro/sextractor/Makefile	Fri Apr  4 19:50:25 2014	(r350157)
+++ head/astro/sextractor/Makefile	Fri Apr  4 19:52:39 2014	(r350158)
@@ -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 fr
 
 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>

Modified: head/astro/sextractor/pkg-plist
==============================================================================
--- head/astro/sextractor/pkg-plist	Fri Apr  4 19:50:25 2014	(r350157)
+++ head/astro/sextractor/pkg-plist	Fri Apr  4 19:52:39 2014	(r350158)
@@ -1,3 +1,4 @@
 bin/sex
-man/manx/sex.x
+man/man1/sex.1.gz
+man/manx/sex.x.gz
 @dirrmtry man/manx



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404041952.s34Jqefe064271>