diff options
Diffstat (limited to 'x11/xextproto/Makefile')
-rw-r--r-- | x11/xextproto/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/x11/xextproto/Makefile b/x11/xextproto/Makefile deleted file mode 100644 index 6097dd6d5cf8..000000000000 --- a/x11/xextproto/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Dejan Lesjak <lesi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= xextproto -PORTVERSION= 7.3.0 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= XExt extension headers - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - -XORG_CAT= proto - -CONFIGURE_ARGS+=--disable-specs - -post-patch: - @${REINPLACE_CMD} '/^SUBDIR/s/specs//' ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> |