summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2007-07-31 13:36:32 +0000
committerRenato Botelho <garga@FreeBSD.org>2007-07-31 13:36:32 +0000
commit5055e05ce7ca9723ee89899716d23509ae390555 (patch)
treebf6af10c4e4bb6d2e06672885e92731c8020fc46 /textproc
parentUpdate xpdf entry (diff)
- Fix a build problem caused by tr(1) using [:lower:] [:upper:] instead
[a-z] [A-Z] - Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=196825
Diffstat (limited to 'textproc')
-rw-r--r--textproc/yodl/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile
index a5a9eba86906..0e75880f496f 100644
--- a/textproc/yodl/Makefile
+++ b/textproc/yodl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= yodl
PORTVERSION= 1.31.18
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.lilypond.org/pub/yodl/development/ \
http://www.foad.org/zsh/zsh/ \
@@ -36,6 +36,10 @@ MAN1= yodl.1 \
MAN7= yodlmacros.7 \
yodlmanpage.7
+post-patch:
+ @${REINPLACE_CMD} -e "s,tr '.*' '.*',tr '[:lower:]' '[:upper:]'," \
+ ${WRKSRC}/src/yodl/GNUmakefile
+
post-install:
@${INSTALL_SCRIPT} ${WRKSRC}/scripts/out/striproff ${PREFIX}/bin