diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-19 19:18:15 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-19 19:18:15 +0000 |
commit | d7130db43c70ebf85d67dca7aa20cfca6dc949f6 (patch) | |
tree | d626a8890ac4b0caaa9114efce467237199ee257 /astro/roadnav | |
parent | 88db2b83f5cf7fcca2afc74fd37790a9cfd87ff4 (diff) | |
download | ports-d7130db43c70ebf85d67dca7aa20cfca6dc949f6.tar.gz ports-d7130db43c70ebf85d67dca7aa20cfca6dc949f6.zip |
Notes
Diffstat (limited to 'astro/roadnav')
-rw-r--r-- | astro/roadnav/Makefile | 9 |
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> |