diff options
-rw-r--r-- | misc/Makefile | 3 | ||||
-rw-r--r-- | misc/xorg-dirs/DESCR | 1 | ||||
-rw-r--r-- | misc/xorg-dirs/Makefile | 30 | ||||
-rw-r--r-- | misc/xorg-dirs/PLIST | 1 | ||||
-rw-r--r-- | misc/xorg-dirs/dirs.mk | 40 |
5 files changed, 1 insertions, 74 deletions
diff --git a/misc/Makefile b/misc/Makefile index c112246aa5f..73c933fb6fd 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.284 2007/08/17 20:25:46 joerg Exp $ +# $NetBSD: Makefile,v 1.285 2007/08/23 09:42:06 joerg Exp $ # COMMENT= Miscellaneous utilities @@ -202,7 +202,6 @@ SUBDIR+= xdg-dirs SUBDIR+= xdg-x11-dirs SUBDIR+= xfce4-weather-plugin SUBDIR+= xjdic -SUBDIR+= xorg-dirs SUBDIR+= xrolodex SUBDIR+= xtail SUBDIR+= xtend diff --git a/misc/xorg-dirs/DESCR b/misc/xorg-dirs/DESCR deleted file mode 100644 index f7b96ef5206..00000000000 --- a/misc/xorg-dirs/DESCR +++ /dev/null @@ -1 +0,0 @@ -xorg-dirs handles the X11 directories. diff --git a/misc/xorg-dirs/Makefile b/misc/xorg-dirs/Makefile deleted file mode 100644 index 418525d9c03..00000000000 --- a/misc/xorg-dirs/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $NetBSD: Makefile,v 1.9 2006/02/12 15:29:18 xtraeme Exp $ -# - -DISTNAME= xorg-dirs-1.1 -PKGREVISION= 2 -CATEGORIES= misc -MASTER_SITES= # empty -DISTFILES= # empty - -MAINTAINER= joerg@NetBSD.org -HOMEPAGE= # empty -COMMENT= Shared X.org directories - -NO_BUILD= yes -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_EXTRACT= yes -NO_XORG_TARGETS= yes -WRKSRC= ${WRKDIR} - -XORG_ONLY_DIRS= # defined -.include "../../meta-pkgs/xorg/Makefile.common" -.include "../../mk/bsd.prefs.mk" -.include "dirs.mk" - -REQD_DIRS+= ${XORG_DIRS:O:S/^/${X11ROOT}\//} - -do-install: # nothing - -.include "../../mk/bsd.pkg.mk" diff --git a/misc/xorg-dirs/PLIST b/misc/xorg-dirs/PLIST deleted file mode 100644 index e686aa64e5d..00000000000 --- a/misc/xorg-dirs/PLIST +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/29 07:26:03 xtraeme Exp $ diff --git a/misc/xorg-dirs/dirs.mk b/misc/xorg-dirs/dirs.mk deleted file mode 100644 index cf387bd3e8f..00000000000 --- a/misc/xorg-dirs/dirs.mk +++ /dev/null @@ -1,40 +0,0 @@ -# $NetBSD: dirs.mk,v 1.5 2005/12/05 20:50:41 rillig Exp $ -# - -.if !defined(DIRS_XORG_MK) -DIRS_XORG_MK= # defined - -oldval:= ${XORG_ONLY_DIRS} -XORG_ONLY_DIRS:= YES -XORG_ONLY_DIRS:= ${oldval} -.undef oldval - -XORG_DIRS= bin -XORG_DIRS+= include -XORG_DIRS+= include/X11 -XORG_DIRS+= include/X11/bitmaps -XORG_DIRS+= lib -XORG_DIRS+= lib/X11 -XORG_DIRS+= lib/X11/app-defaults -XORG_DIRS+= lib/X11/config -XORG_DIRS+= lib/X11/doc -XORG_DIRS+= lib/X11/etc -XORG_DIRS+= lib/X11/fonts -XORG_DIRS+= lib/X11/fs -XORG_DIRS+= ${MAN_DIR} -XORG_DIRS+= ${LIBMAN_DIR} -XORG_DIRS+= ${KERNMAN_DIR} -XORG_DIRS+= ${FILEMAN_DIR} -XORG_DIRS+= ${MISCMAN_DIR} - -.if defined(_USE_XORG_DIRS) && !empty(_USE_XORG_DIRS) -DEPENDS+= xorg-dirs>=${_USE_XORG_DIRS}:../../misc/xorg-dirs - -. for dir in ${XORG_DIRS} -PRINT_PLIST_AWK+= /^@exec \$${MKDIR} %D\/${dir:S|/|\\/|g}$$/ { next; } -PRINT_PLIST_AWK+= /^@dirrm ${dir:S|/|\\/|g}$$/ \ - { print "@comment in xorg-dirs: "$$0; next; } -. endfor -.endif - -.endif # !defined(DIRS_XORG_MK) |