diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-07-31 13:36:32 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-07-31 13:36:32 +0000 |
commit | 5055e05ce7ca9723ee89899716d23509ae390555 (patch) | |
tree | bf6af10c4e4bb6d2e06672885e92731c8020fc46 /textproc/yodl | |
parent | 168c561a7dfbf7e1ba86cf8ebd3162199116b0e7 (diff) | |
download | ports-5055e05ce7ca9723ee89899716d23509ae390555.tar.gz ports-5055e05ce7ca9723ee89899716d23509ae390555.zip |
Notes
Diffstat (limited to 'textproc/yodl')
-rw-r--r-- | textproc/yodl/Makefile | 6 |
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 |