1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/textproc/p5-SGMLSpm/Makefile
Romain Tartière ec20dd51c6 Fix build when EXAMPLES is unset
This regression was introduced in r470918.

EXAMPLES files are staged but not installed when the option is unset, so the
EXAMPLESDIR directory must exist in all cases.

DOCS is not affected so left untouched.
2018-07-12 10:29:33 +00:00

43 lines
909 B
Makefile

# Created by: Brian Candler <B.Candler@pobox.com>
# $FreeBSD$
PORTNAME= SGMLSpm
PORTVERSION= 1.03
DISTVERSIONSUFFIX= ii
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN/SGMLS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for postprocessing the output from sgmls and nsgmls
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_PERL5= run
USES= shebangfix perl5
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
SHEBANG_FILES= sgmlspl.pl \
DOC/sample.pl \
DOC/HTML/SGMLSpm/example.html
INSTALL_TARGET= install BINDIR=${STAGEDIR}${PREFIX}/bin \
PERL5DIR=${STAGEDIR}${PREFIX}/${SITE_PERL_REL} SPECDIR=${STAGEDIR}${EXAMPLESDIR}
OPTIONS_DEFINE= DOCS EXAMPLES
PORTDOCS= *
DOCS_INSTALL_TARGET= docs install_html HTMLDIR=${STAGEDIR}${DOCSDIR}
pre-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
pre-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>