aboutsummaryrefslogtreecommitdiff
path: root/xorg/libXaw/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:41:59 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:41:59 +0100
commitfbe67346c5df12ef1b7b6482e0f718803ee44c41 (patch)
treeed14e6e848e803ea35099a4dcc024836864d35d5 /xorg/libXaw/build
parenta5ae77f45fc983e01e0953bffc702a80aecc94aa (diff)
downloadrepository-fbe67346c5df12ef1b7b6482e0f718803ee44c41.tar.gz
libXaw: drop from repository
Diffstat (limited to 'xorg/libXaw/build')
-rwxr-xr-xxorg/libXaw/build8
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/libXaw/build b/xorg/libXaw/build
deleted file mode 100755
index 60c90749..00000000
--- a/xorg/libXaw/build
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --without-xmlto
-
-make
-make DESTDIR="$1" install