mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- update to 4.0.7
- install docs PR: 51792 Submitted by: maintainer
This commit is contained in:
parent
fe2bc2ae9e
commit
690764f0e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81324
3 changed files with 25 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= sed
|
PORTNAME= sed
|
||||||
PORTVERSION= 4.0.5
|
PORTVERSION= 4.0.7
|
||||||
PKGNAMEPREFIX= g
|
PKGNAMEPREFIX= g
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||||
|
@ -35,6 +35,9 @@ PATCH_SUBDIRS= . doc lib sed
|
||||||
SAMP_FILES= dc.sed
|
SAMP_FILES= dc.sed
|
||||||
SAMP_DIR= ${PREFIX}/share/examples/${PKGBASE}
|
SAMP_DIR= ${PREFIX}/share/examples/${PKGBASE}
|
||||||
|
|
||||||
|
DOC_FILES= AUTHORS BUGS COPYING COPYING.DOC NEWS README THANKS
|
||||||
|
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
|
||||||
|
|
||||||
# Post-configure
|
# Post-configure
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -48,14 +51,22 @@ patch-makefiles:
|
||||||
# Post-install
|
# Post-install
|
||||||
#
|
#
|
||||||
|
|
||||||
post-install: install-sample-files
|
post-install: install-sample-files install-doc-files
|
||||||
|
|
||||||
install-sample-files:
|
install-sample-files:
|
||||||
@${MKDIR} ${SAMP_DIR}
|
@${MKDIR} ${SAMP_DIR}
|
||||||
.for file in ${SAMP_FILES}
|
.for file in ${SAMP_FILES}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/testsuite/${file} ${SAMP_DIR}/${file}
|
@${INSTALL_DATA} ${WRKSRC}/testsuite/${file} ${SAMP_DIR}
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
|
install-doc-files:
|
||||||
|
.if !defined(NOPORTSDOC)
|
||||||
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
.for file in ${DOC_FILES}
|
||||||
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||||
|
.endfor
|
||||||
|
.endif
|
||||||
|
|
||||||
# Maintainer only
|
# Maintainer only
|
||||||
#
|
#
|
||||||
test:
|
test:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (sed-4.0.5.tar.gz) = ede56d576aa7be4ed44e2d868616d00d
|
MD5 (sed-4.0.7.tar.gz) = 005738e7f97bd77d95b6907156c8202a
|
||||||
|
|
|
@ -1,6 +1,15 @@
|
||||||
|
@comment $FreeBSD$
|
||||||
bin/gsed
|
bin/gsed
|
||||||
@unexec install-info --delete %D/info/sed.info %D/info/dir
|
@unexec install-info --quiet --delete %D/info/sed.info %D/info/dir
|
||||||
info/sed.info
|
info/sed.info
|
||||||
@exec install-info %D/info/sed.info %D/info/dir
|
@exec install-info %D/info/sed.info %D/info/dir
|
||||||
|
%%PORTDOCS%%share/doc/gsed/AUTHORS
|
||||||
|
%%PORTDOCS%%share/doc/gsed/BUGS
|
||||||
|
%%PORTDOCS%%share/doc/gsed/COPYING
|
||||||
|
%%PORTDOCS%%share/doc/gsed/COPYING.DOC
|
||||||
|
%%PORTDOCS%%share/doc/gsed/NEWS
|
||||||
|
%%PORTDOCS%%share/doc/gsed/README
|
||||||
|
%%PORTDOCS%%share/doc/gsed/THANKS
|
||||||
share/examples/gsed/dc.sed
|
share/examples/gsed/dc.sed
|
||||||
@dirrm share/examples/gsed
|
@dirrm share/examples/gsed
|
||||||
|
%%PORTDOCS%%@dirrm share/doc/gsed
|
||||||
|
|
Loading…
Add table
Reference in a new issue