diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-29 21:41:11 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-29 21:41:11 +0000 |
commit | 9eaa7dfa63bd1e1b96f6d4657b4730c023930350 (patch) | |
tree | ba822cb488678f5167d49550ad43013d0141c723 /shells/bash-completion-classic/Makefile | |
parent | Update to 0.13.4 with all FreeBSD patches merged. (diff) |
- Update to version 20030929
PR: 57373
Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=89839
Diffstat (limited to 'shells/bash-completion-classic/Makefile')
-rw-r--r-- | shells/bash-completion-classic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash-completion-classic/Makefile b/shells/bash-completion-classic/Makefile index aa3d8c4a4ea5..036a69c45557 100644 --- a/shells/bash-completion-classic/Makefile +++ b/shells/bash-completion-classic/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bash-completion -PORTVERSION= 20030527 +PORTVERSION= 20030929 CATEGORIES= shells MASTER_SITES= http://www.caliban.org/files/bash/ @@ -18,7 +18,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 WRKSRC= ${WRKDIR}/bash_completion NO_BUILD= yes -PKGMESSAGE= ${WRKDIR}/pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message pre-patch: @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message >${PKGMESSAGE} |