aboutsummaryrefslogtreecommitdiff
path: root/xorg/libXft/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:47:26 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:47:26 +0100
commit49f9d1f68ae9c0f0d16d18c9e2b4771567f9cfe4 (patch)
tree679ab01236196d6dfc2a737200dbea42e274c4ca /xorg/libXft/build
parentaea9a9a6a82f9345dfea012511e4c4227e02a170 (diff)
downloadrepository-49f9d1f68ae9c0f0d16d18c9e2b4771567f9cfe4.tar.gz
libXft: move to extra
Diffstat (limited to 'xorg/libXft/build')
-rwxr-xr-xxorg/libXft/build7
1 files changed, 0 insertions, 7 deletions
diff --git a/xorg/libXft/build b/xorg/libXft/build
deleted file mode 100755
index 6daf22f8..00000000
--- a/xorg/libXft/build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install