aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-03-19 19:18:15 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-03-19 19:18:15 +0000
commitd7130db43c70ebf85d67dca7aa20cfca6dc949f6 (patch)
treed626a8890ac4b0caaa9114efce467237199ee257
parent88db2b83f5cf7fcca2afc74fd37790a9cfd87ff4 (diff)
downloadports-d7130db43c70ebf85d67dca7aa20cfca6dc949f6.tar.gz
ports-d7130db43c70ebf85d67dca7aa20cfca6dc949f6.zip
Notes
-rw-r--r--astro/roadnav/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/astro/roadnav/Makefile b/astro/roadnav/Makefile
index 6a4edf331592..06eff1473278 100644
--- a/astro/roadnav/Makefile
+++ b/astro/roadnav/Makefile
@@ -15,7 +15,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libroadnav.a:${PORTSDIR}/astro/libroadnav
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}
@@ -24,14 +23,10 @@ LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= *
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \
${WRKSRC}/Makefile.in ${WRKSRC}/src/Makefile.in
-.if ! ${PORT_OPTIONS:MDOCS}
- @${REINPLACE_CMD} -e '/^install-data-am:/s|install-roadnavdocDATA||' \
- ${WRKSRC}/Makefile.in
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>