summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-14 03:58:08 +0000
committerclsung <clsung@FreeBSD.org>2006-08-14 03:58:08 +0000
commit872bf6e30de393d906efa01f66db8eef9a761bf6 (patch)
tree7a462e514ffb6aa950445cf0341d8f1befc9a3f4 /textproc
parent8d7ff9a30fff25b7bf2c73f7cdc14386fa5f216c (diff)
downloadFreeBSD-ports-872bf6e30de393d906efa01f66db8eef9a761bf6.zip
FreeBSD-ports-872bf6e30de393d906efa01f66db8eef9a761bf6.tar.gz
- Respect DESTDIR
- portlint fix PR: ports/101890 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-sary/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ruby-sary/Makefile b/textproc/ruby-sary/Makefile
index 340e877..06dce5a 100644
--- a/textproc/ruby-sary/Makefile
+++ b/textproc/ruby-sary/Makefile
@@ -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)
OpenPOWER on IntegriCloud