svn commit: r350158 - head/astro/sextractor
Baptiste Daroussin
bapt at FreeBSD.org
Fri Apr 4 19:52:40 UTC 2014
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
More information about the svn-ports-head
mailing list