tprtmk: don't append -git to the port directory - scripts - various script and utils
(HTM) git clone git://z3bra.org/scripts
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit d20e6b034535f5be03dad3179baa45a705f6bf31
(DIR) parent f72a48a74216972783d10a9a2be1cf6e37ac94f5
(HTM) Author: z3bra <willy@mailoo.org>
Date: Thu, 5 Feb 2015 14:07:35 +0100
prtmk: don't append -git to the port directory
Diffstat:
M prtmk | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/prtmk b/prtmk
t@@ -35,7 +35,6 @@ if test "$version" = "git"; then
version=git-$(echo $sversion | cut -c-7)
PKGFILE=${PKGFILE}-git
- PORTDIR=${PORTDIR}-git
else
sources=${sources//$name/\$name}
sources=${sources/$version/\$version}