Skip to content

Commit 8de7971

Browse files
authored
Add info about isolated prefix on DESCR file
1 parent a6847b9 commit 8de7971

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pkgsrc/lang/zig-0.14.0/DESCR

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ optimality, and clarity.
88
* Clear - precisely communicate your intent
99
to the compiler and other programmers. The language imposes a
1010
low overhead to reading code.
11+
12+
(This modified package installs in a different prefix than usual:
13+
${PREFIX}/zig-${PKGVERSION_NOREV} which might be something like:
14+
/usr/pkg/zig-0.14.0)

pkgsrc/lang/zig-0.14.0/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ APPEND_VER= ${DISTNAME:S/zig-//:S/.//g:S/-//}
2323
## e.g. "zig-isolated0140" or "zig-isolated0140dev3462+edabcf619". Both
2424
## should be able to be installed at the same time.
2525
PKGNAME= ${DISTNAME:S/zig-/zig-isolated${APPEND_VER}-/}
26-
#PKGREVISION= 1
26+
PKGREVISION= 1
2727
CATEGORIES= lang
2828
## https://ziglang.org/builds/ is the official
2929
MASTER_SITES= https://ziglang.org/builds/

0 commit comments

Comments
 (0)