mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Respect DESTDIR
- portlint fix PR: ports/101890 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
This commit is contained in:
parent
259c16e9ee
commit
b0fafe134b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170523
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME= sary
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= textproc ruby
|
||||
MASTER_SITES= http://sary.sourceforge.net/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
@ -33,7 +32,7 @@ DOCS_JA= ${RUBY_RD_FILES:M*.ja.rd} \
|
||||
${RUBY_RD_HTML_FILES:M*.ja.html}
|
||||
|
||||
post-install: doc-install
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/rsary.rb ${PREFIX}/bin/
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/rsary.rb ${TARGETDIR}/bin/
|
||||
|
||||
doc-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
Loading…
Reference in New Issue
Block a user