diff options
Diffstat (limited to 'x11/resourceproto/Makefile')
-rw-r--r-- | x11/resourceproto/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/resourceproto/Makefile b/x11/resourceproto/Makefile deleted file mode 100644 index 9a1074c1dd07..000000000000 --- a/x11/resourceproto/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Dejan Lesjak <lesi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= resourceproto -PORTVERSION= 1.2.0 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= Resource extension headers - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - -XORG_CAT= proto - -post-patch: - @${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \ - s/install-dist_docDATA//' ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> |