Remove the X pseudo-package support. outdated and never used.

ok espie@
This commit is contained in:
matthieu 2014-07-12 12:32:45 +00:00
parent e52b740c0e
commit c536fefa02
6 changed files with 1 additions and 35 deletions

View File

@ -1,7 +0,0 @@
#!/bin/sh
echo "+---------------"
echo "| You do not want to delete this package.
echo "+---------------"
exit 1

View File

@ -1,8 +0,0 @@
X11 Base package
Includes all things specific to each machine:
o shared libs
o X client binaries
o machine specific client configurations
o machine specific fonts

View File

@ -1,3 +0,0 @@
X11 Font Package
Fonts for use by X servers and clients.

View File

@ -1,3 +0,0 @@
X11 Servers
Server binaries, modules, documentation, and configuration files.

View File

@ -1,3 +0,0 @@
X11 Shared Package
Files that are common to all machines running X.

View File

@ -1,9 +1,7 @@
# $OpenBSD: Makefile,v 1.6 2010/08/05 06:34:19 matthieu Exp $
# $OpenBSD: Makefile,v 1.7 2014/07/12 12:32:45 matthieu Exp $
FILE= README.${MACHINE}
sets=xbase xfont xshare xserv
all: ${FILE}.generated
${FILE}.generated: ${FILE} m4.common
@ -11,14 +9,6 @@ ${FILE}.generated: ${FILE} m4.common
install: ${FILE}.generated
${INSTALL_DATA} ${FILE}.generated ${DESTDIR}/usr/X11R6/README
.for set in ${sets}
if [ -d ${DESTDIR}/var/db/pkg/${set}-${OSREV} ]; then \
${INSTALL_DATA} DESCR.${set} \
${DESTDIR}/var/db/pkg/${set}-${OSREV}/+DESCR; \
${INSTALL_DATA} DEINSTALL \
${DESTDIR}/var/db/pkg/${set}-${OSREV}/+DEINSTALL; \
fi
.endfor
clean:
rm -f *.generated