diff options
Diffstat (limited to 'misc/XFree86-dirs/Makefile')
-rw-r--r-- | misc/XFree86-dirs/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/misc/XFree86-dirs/Makefile b/misc/XFree86-dirs/Makefile deleted file mode 100644 index 11e1259a967..00000000000 --- a/misc/XFree86-dirs/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:09 jlam Exp $ -# - -DISTNAME= XFree86-dirs-1.1 -PKGREVISION= 2 -CATEGORIES= misc -MASTER_SITES= # empty -DISTFILES= # empty - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= # empty -COMMENT= Shared XFree86 directories - -NO_BUILD= yes -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_EXTRACT= yes -NO_XFREE86_TARGETS= yes -WRKSRC= ${WRKDIR} - -XFREE86_ONLY_DIRS= # defined -.include "../../meta-pkgs/XFree86/Makefile.common" -.include "../../mk/bsd.prefs.mk" -.include "dirs.mk" - -REQD_DIRS+= ${XFREE86_DIRS:O:S/^/${X11ROOT}\//:C/\/\/\/*/\//g} - -do-install: # nothing - -.include "../../mk/bsd.pkg.mk" |