mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Remove perl from runtime depends: perl is not used by openpgm in runtime, only for build.
While here, copy docs and examples only if corresponding options turned on. PR: 217893 Submitted by: Anton Yuzhaninov Approved by: vg (maintainer timeout, 3+ months) Approved by: az (mentor).
This commit is contained in:
parent
dc56313fb7
commit
a0e281720e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445637
1 changed files with 5 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
PORTNAME= openpgm
|
PORTNAME= openpgm
|
||||||
DISTVERSIONPREFIX= release-
|
DISTVERSIONPREFIX= release-
|
||||||
DISTVERSION= 5-2-122
|
DISTVERSION= 5-2-122
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= net devel
|
CATEGORIES= net devel
|
||||||
|
|
||||||
MAINTAINER= vg@FreeBSD.org
|
MAINTAINER= vg@FreeBSD.org
|
||||||
|
@ -20,6 +20,7 @@ GH_ACCOUNT= steve-o
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= autoreconf pathfix perl5 libtool python:build
|
USES= autoreconf pathfix perl5 libtool python:build
|
||||||
|
USE_PERL5= build
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
WRKSRC_SUBDIR= openpgm/pgm
|
WRKSRC_SUBDIR= openpgm/pgm
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
@ -28,9 +29,11 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
PORTDOCS= draft-ietf-rmt-bb-pgmcc-03.txt rfc3208.txt
|
PORTDOCS= draft-ietf-rmt-bb-pgmcc-03.txt rfc3208.txt
|
||||||
PORTEXAMPLES= *
|
PORTEXAMPLES= *
|
||||||
|
|
||||||
post-install:
|
post-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/../doc/,} ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/../doc/,} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
|
post-install-EXAMPLES-on:
|
||||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||||
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
|
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue