aboutsummaryrefslogtreecommitdiff
path: root/xorg/libXmu/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:47:27 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:47:27 +0100
commit71dddcc66d6e4ca000d55fa90db7d834395174fb (patch)
treee5d7f5789b8c48bd8e00817cfc0dd2ac1bc90c7f /xorg/libXmu/build
parent970043469fb51ec85a2852073716185380f5276c (diff)
downloadrepository-71dddcc66d6e4ca000d55fa90db7d834395174fb.tar.gz
libXmu: move to extra
Diffstat (limited to 'xorg/libXmu/build')
-rwxr-xr-xxorg/libXmu/build8
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/libXmu/build b/xorg/libXmu/build
deleted file mode 100755
index 6b0a232c..00000000
--- a/xorg/libXmu/build
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc
-
-make
-make DESTDIR="$1" install