summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoreadler <eadler@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-02-05 00:50:56 +0800
committereadler <eadler@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-02-05 00:50:56 +0800
commit887ddf6e051a876452ffccf3512c30a5c78e7cb4 (patch)
tree87487bae553e29c3d3fb24f6d7f1c0b12658d57a /x11
parent8655e9e334687d2455458ee9a36676111f303c8f (diff)
downloadxorg-devel-ports-887ddf6e051a876452ffccf3512c30a5c78e7cb4.tar
xorg-devel-ports-887ddf6e051a876452ffccf3512c30a5c78e7cb4.tar.gz
xorg-devel-ports-887ddf6e051a876452ffccf3512c30a5c78e7cb4.tar.bz2
xorg-devel-ports-887ddf6e051a876452ffccf3512c30a5c78e7cb4.tar.lz
xorg-devel-ports-887ddf6e051a876452ffccf3512c30a5c78e7cb4.tar.xz
xorg-devel-ports-887ddf6e051a876452ffccf3512c30a5c78e7cb4.tar.zst
xorg-devel-ports-887ddf6e051a876452ffccf3512c30a5c78e7cb4.zip
committed on 2012-02-04
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@379 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11')
-rw-r--r--x11/xinit/Makefile29
-rw-r--r--x11/xinit/distinfo2
-rw-r--r--x11/xinit/pkg-descr1
3 files changed, 0 insertions, 32 deletions
diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile
deleted file mode 100644
index 8b9e30c..0000000
--- a/x11/xinit/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: xinit
-# Date Created: 17 Feb 2006
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xinit
-PORTVERSION= 1.3.2
-CATEGORIES= x11
-
-MAINTAINER= x11@FreeBSD.org
-COMMENT= X Window System initializer
-
-LICENSE= MIT
-
-XORG_CAT= app
-USE_XORG= x11
-
-PLIST_FILES= bin/startx bin/xinit lib/X11/xinit/xinitrc
-PLIST_DIRS= lib/X11/xinit
-
-MAN1= startx.1 xinit.1
-
-post-patch:
- @${REINPLACE_CMD} -e 's|hexdump|/usr/bin/hexdump|' ${WRKSRC}/startx.cpp
- @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/man/xinit.man
-
-.include <bsd.port.mk>
diff --git a/x11/xinit/distinfo b/x11/xinit/distinfo
deleted file mode 100644
index dbe3d87..0000000
--- a/x11/xinit/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xorg/app/xinit-1.3.2.tar.bz2) = a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235
-SIZE (xorg/app/xinit-1.3.2.tar.bz2) = 148443
diff --git a/x11/xinit/pkg-descr b/x11/xinit/pkg-descr
deleted file mode 100644
index 2676f6a..0000000
--- a/x11/xinit/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-This package contains xinit, the X Window System initializer.