svn commit: r346731 - head/astro/libroadnav
Baptiste Daroussin
bapt at FreeBSD.org
Sun Mar 2 02:08:58 UTC 2014
Author: bapt
Date: Sun Mar 2 02:08:57 2014
New Revision: 346731
URL: http://svnweb.freebsd.org/changeset/ports/346731
QAT: https://qat.redports.org/buildarchive/r346731/
Log:
Support stage
Modified:
head/astro/libroadnav/Makefile
Modified: head/astro/libroadnav/Makefile
==============================================================================
--- head/astro/libroadnav/Makefile Sun Mar 2 01:58:17 2014 (r346730)
+++ head/astro/libroadnav/Makefile Sun Mar 2 02:08:57 2014 (r346731)
@@ -10,11 +10,12 @@ MASTER_SITES= SF/roadnav/LibRoadnav/${PO
MAINTAINER= ports at FreeBSD.org
COMMENT= Helper library for Roadnav (3D GPS mapping program)
+OPTIONS_DEFINE= DOCS
+
USE_WX= 2.6+
WX_COMPS= wx contrib
USES= gmake
-NO_STAGE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wx-prefix=${LOCALBASE} --with-wx-config=${WX_CONFIG}
CPPFLAGS+= -I${LOCALBASE}/include
@@ -22,13 +23,4 @@ LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= *
-.include <bsd.port.pre.mk>
-
-post-patch:
-.if ! ${PORT_OPTIONS:MDOCS}
- @${REINPLACE_CMD} -e \
- '/^install-data-am:/s|install-libroadnavdocDATA||' \
- ${WRKSRC}/Makefile.in
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list