aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-11 20:26:00 +0300
committerCem Keylan <cem@ckyln.com>2020-04-11 20:26:00 +0300
commitb0cee9a1d74a927d81582d317ddc14de9ffe3081 (patch)
treed527f3d013a7988de2087fdc6dcf5b7d09a1dfb0 /community
parent2bbb3574feb1a6ea8e8a3f3be4c1425672d6e8ea (diff)
downloadrepository-b0cee9a1d74a927d81582d317ddc14de9ffe3081.tar.gz
9base: multiple changes
* Switch source to git * Install to /usr * Remove post-install
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/9base/build8
-rw-r--r--community/9base/checksums2
-rwxr-xr-xcommunity/9base/post-install11
-rw-r--r--community/9base/sources2
-rw-r--r--community/9base/version2
5 files changed, 5 insertions, 20 deletions
diff --git a/community/9base/build b/community/9base/build
index cdc80175..88032b7b 100755
--- a/community/9base/build
+++ b/community/9base/build
@@ -1,8 +1,4 @@
#!/bin/sh -e
-make
-make DESTDIR="$1" install
-
-mkdir -p "$1/usr/bin"
-ln -s /usr/local/plan9/bin/mk "$1/usr/bin/mk"
-ln -s /usr/local/plan9/bin/rc "$1/usr/bin/rc"
+make PREFIX=/usr
+make PREFIX=/usr DESTDIR="$1" install
diff --git a/community/9base/checksums b/community/9base/checksums
index 6e271b56..fe9de263 100644
--- a/community/9base/checksums
+++ b/community/9base/checksums
@@ -1 +1 @@
-9cddb8c7aa4e32c50c6b44a299e45b76b45bb3f1094efef7804354ce2a7fcd13 9base-20190911.tar.gz
+git git+https://git.suckless.org/9base
diff --git a/community/9base/post-install b/community/9base/post-install
deleted file mode 100755
index 45430efb..00000000
--- a/community/9base/post-install
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-
-cat <<EOF
-
--> NOTE: Plan9 programs are installed to
--> /usr/local/plan9/ to avoid conflicts with
--> system programs. If you want to be able to
--> use Plan9 programs, add /usr/local/plan9/bin
--> to your path.
-
-EOF
diff --git a/community/9base/sources b/community/9base/sources
index fa0a32f4..3c7fb8b3 100644
--- a/community/9base/sources
+++ b/community/9base/sources
@@ -1 +1 @@
-https://dl.carbslinux.org/distfiles/9base-20190911.tar.gz
+git+https://git.suckless.org/9base
diff --git a/community/9base/version b/community/9base/version
index 71aaf78c..a383ea1a 100644
--- a/community/9base/version
+++ b/community/9base/version
@@ -1 +1 @@
-20190911 1
+git 1