diff options
61 files changed, 7 insertions, 79 deletions
diff --git a/archivers/libmspack/Makefile b/archivers/libmspack/Makefile index 51a4f330941a..817c15c0e8b0 100644 --- a/archivers/libmspack/Makefile +++ b/archivers/libmspack/Makefile @@ -15,9 +15,6 @@ LICENSE= LGPL21 USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes - -post-patch: - @${REINPLACE_CMD} -e 's,$$(libdir)/pkgconfig,@prefix@/libdata/pkgconfig,g' ${WRKSRC}/Makefile.in +USES= pathfix .include <bsd.port.mk> diff --git a/archivers/snappy/Makefile b/archivers/snappy/Makefile index 1b0c90c32b6b..bb1024c42a3f 100644 --- a/archivers/snappy/Makefile +++ b/archivers/snappy/Makefile @@ -12,7 +12,6 @@ COMMENT= Fast compressor/decompressor library OPTIONS_DEFINE= DOCS -NO_STAGE= yes CONFIGURE_ARGS= --disable-gtest GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index 2b1a83080833..e03d9d9570d6 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -12,7 +12,6 @@ COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags USE_AUTOTOOLS= libtool USES= iconv -NO_STAGE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 01e7a1fc2e81..95822320bb86 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -13,7 +13,6 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A sound library for SGI audio file USE_AUTOTOOLS= libtool -NO_STAGE= yes USES= pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile index b1555acf679d..da8f381fa2dd 100644 --- a/audio/libcdaudio/Makefile +++ b/audio/libcdaudio/Makefile @@ -11,7 +11,6 @@ MAINTAINER= novel@FreeBSD.org COMMENT= A library for playing audio CDs USE_AUTOTOOLS= libtool -NO_STAGE= yes USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/audio/libdssialsacompat/Makefile b/audio/libdssialsacompat/Makefile index 858eb0770240..812217b3263f 100644 --- a/audio/libdssialsacompat/Makefile +++ b/audio/libdssialsacompat/Makefile @@ -10,12 +10,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Alsa compatibility library to build DSSI FETCH_ARGS?= -Fpr +USES= pathfix USE_AUTOTOOLS= libtool -NO_STAGE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in - .include <bsd.port.mk> diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index 7e380d6069a0..99ff97364ec8 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -11,7 +11,6 @@ MAINTAINER= naddy@FreeBSD.org COMMENT= Ogg bitstream library USES= pathfix -NO_STAGE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index 15c18f48d373..b7cd9fc6a807 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -11,7 +11,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Commodore SID-chip emulator library to play SID music files USE_AUTOTOOLS= libtool -NO_STAGE= yes USE_LDCONFIG= yes CONFIGURE_ENV= sid_cv_have_ios_binary=yes diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index f96554d0eee2..bab676578378 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -11,10 +11,9 @@ MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ MAINTAINER= naddy@FreeBSD.org COMMENT= Audio compression codec library -LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg +LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg USES= pathfix -NO_STAGE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_XZ= yes diff --git a/audio/opus/Makefile b/audio/opus/Makefile index e6a8662dcde1..2748d069ac39 100644 --- a/audio/opus/Makefile +++ b/audio/opus/Makefile @@ -10,7 +10,6 @@ MAINTAINER= naddy@FreeBSD.org COMMENT= IETF audio codec USES= pathfix -NO_STAGE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes diff --git a/devel/deforaos-libsystem/Makefile b/devel/deforaos-libsystem/Makefile index 112a3b908568..d387749d4f40 100644 --- a/devel/deforaos-libsystem/Makefile +++ b/devel/deforaos-libsystem/Makefile @@ -18,7 +18,6 @@ USES= pkgconfig USE_LDCONFIG= yes MAKE_ARGS+= PREFIX=${PREFIX} -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \ ${WRKSRC}/data/pkgconfig.sh diff --git a/devel/eina/Makefile b/devel/eina/Makefile index d24c7f271028..fccc0626ac2a 100644 --- a/devel/eina/Makefile +++ b/devel/eina/Makefile @@ -21,7 +21,6 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-amalgamation -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/devel/libconfuse/Makefile b/devel/libconfuse/Makefile index f5e59ecdc237..905c495dbeb2 100644 --- a/devel/libconfuse/Makefile +++ b/devel/libconfuse/Makefile @@ -25,5 +25,4 @@ CONFIGURE_ARGS+= --with-check=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include .endif -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/libee/Makefile b/devel/libee/Makefile index 15cc77ba1b4d..63ffe56385ec 100644 --- a/devel/libee/Makefile +++ b/devel/libee/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.libee.org/files/download/ MAINTAINER= brd@FreeBSD.org COMMENT= An event expression library inspired by CEE -LIB_DEPENDS= estr:${PORTSDIR}/devel/libestr +LIB_DEPENDS= libestr.so:${PORTSDIR}/devel/libestr MAKE_JOBS_UNSAFE= yes @@ -19,5 +19,4 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBESTR_CFLAGS="-I${LOCALBASE}/include" LIBESTR_LIBS="-L${LOCALBASE}/lib -lestr" CONFIGURE_ARGS+= --prefix="${PREFIX}" --disable-testbench -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/libestr/Makefile b/devel/libestr/Makefile index 09991c1c723e..4546d81e1613 100644 --- a/devel/libestr/Makefile +++ b/devel/libestr/Makefile @@ -7,12 +7,11 @@ CATEGORIES= devel MASTER_SITES= http://libestr.adiscon.com/files/download/ MAINTAINER= brd@FreeBSD.org -COMMENT= A library for some string essentials +COMMENT= Library for some string essentials USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" \ --disable-testbench -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/libinotify/Makefile b/devel/libinotify/Makefile index e0be60aa5fc4..d29f5e1d350f 100644 --- a/devel/libinotify/Makefile +++ b/devel/libinotify/Makefile @@ -18,12 +18,8 @@ USE_LDCONFIG= yes # # Get rid of .la and static library files # -NO_STAGE= yes post-configure: @${REINPLACE_CMD} -E -e \ '/Install the pseudo-library/,/staticlibs=/s,^,#,' ${WRKSRC}/libtool -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> diff --git a/devel/libsigsegv/Makefile b/devel/libsigsegv/Makefile index 5883d938bf75..d6398122cc68 100644 --- a/devel/libsigsegv/Makefile +++ b/devel/libsigsegv/Makefile @@ -19,7 +19,6 @@ PLIST_FILES= include/sigsegv.h \ lib/libsigsegv.so.2 \ lib/libsigsegv.so -NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/devel/upnp/Makefile b/devel/upnp/Makefile index e6e6d9022090..234292d5f200 100644 --- a/devel/upnp/Makefile +++ b/devel/upnp/Makefile @@ -30,5 +30,4 @@ post-patch: .SILENT ${REINPLACE_CMD} '/^pkgconfigexecdir/s|$$(libdir)|$$(prefix)/libdata|' \ ${WRKSRC}/Makefile.in -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/xorg-macros/Makefile b/devel/xorg-macros/Makefile index da14fa0809be..15c8dd9762a3 100644 --- a/devel/xorg-macros/Makefile +++ b/devel/xorg-macros/Makefile @@ -19,5 +19,4 @@ PLIST_FILES= share/aclocal/xorg-macros.m4 \ PLIST_DIRS= share/util-macros -NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/frei0r/Makefile b/graphics/frei0r/Makefile index ae7cd4484935..34da78f94cec 100644 --- a/graphics/frei0r/Makefile +++ b/graphics/frei0r/Makefile @@ -47,7 +47,6 @@ OPTIONS_DEFINE_amd64= MMX APIDOC_DESC= Install full documentation (requires doxygen) MMX_DESC= MMX CPU instructions -NO_STAGE= yes .include <bsd.port.options.mk> . if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MAPIDOC} diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index eccc68243947..c0f7bac2e15f 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -13,8 +13,6 @@ COMMENT= Tools and library routines for working with GIF images CONFLICTS= libungif-[0-9]* PORTSCOUT= limit:^4\. -NO_STAGE= yes - USE_BZIP2= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile index d5353d3bb95f..430120002e3b 100644 --- a/graphics/libart_lgpl/Makefile +++ b/graphics/libart_lgpl/Makefile @@ -21,5 +21,4 @@ MAKE_JOBS_UNSAFE= yes CONFLICTS= libart-[0-9]* -NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/libiptcdata/Makefile b/graphics/libiptcdata/Makefile index e7b11595d029..81b0eae64373 100644 --- a/graphics/libiptcdata/Makefile +++ b/graphics/libiptcdata/Makefile @@ -10,13 +10,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for manipulating IPTC metadata stored in image files USE_AUTOTOOLS= libtool -USES= pkgconfig iconv +USES= pkgconfig iconv pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/libiptcdata/Makefile.in - .include <bsd.port.mk> diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile index d81bfa002a12..ea056d3e1a1e 100644 --- a/graphics/libvisual04/Makefile +++ b/graphics/libvisual04/Makefile @@ -23,7 +23,6 @@ USE_LDCONFIG= yes VER= -0.4 PLIST_SUB= VER=${VER} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Wno-unused-variable||g;s|-O3|${CFLAGS}|g' \ ${WRKSRC}/libvisual/Makefile.in diff --git a/graphics/poppler-data/Makefile b/graphics/poppler-data/Makefile index 06f590b353ba..c82cf6aedc3f 100644 --- a/graphics/poppler-data/Makefile +++ b/graphics/poppler-data/Makefile @@ -11,7 +11,6 @@ COMMENT= Poppler encoding data NO_BUILD= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile diff --git a/korean/libhangul/Makefile b/korean/libhangul/Makefile index 4701281ed65d..3a34eb869af9 100644 --- a/korean/libhangul/Makefile +++ b/korean/libhangul/Makefile @@ -15,7 +15,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= iconv pkgconfig -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 1431899e86f9..3114da95544d 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -29,7 +29,6 @@ USE_LDCONFIG= yes INFO= gmp -NO_STAGE= yes .include <bsd.port.pre.mk> .if ! ${PORT_OPTIONS:MCPU_OPTS} diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 86497d5949ee..db850c0c1339 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -35,7 +35,6 @@ INFO= mpfr PORTDOCS= * -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 803000 diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index 595579436502..2aa367e0a774 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/theora/ \ MAINTAINER= multimedia@FreeBSD.org COMMENT= Theora video codec for the Ogg multimedia streaming system -LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis USE_BZIP2= yes USE_LDCONFIG= yes @@ -24,7 +24,6 @@ CONFIGURE_ARGS+=--disable-sdltest \ --enable-shared \ --disable-examples -NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/polish/libgadu/Makefile b/polish/libgadu/Makefile index 6068a4cb9846..c9be3b235d91 100644 --- a/polish/libgadu/Makefile +++ b/polish/libgadu/Makefile @@ -31,7 +31,6 @@ PLIST_FILES= include/libgadu.h \ OPTIONS_DEFINE= OPENSSL OPTIONS_DEFAULT=OPENSSL -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MOPENSSL} diff --git a/x11-fonts/fontsproto/Makefile b/x11-fonts/fontsproto/Makefile index 801c37017bff..878eaadfc28c 100644 --- a/x11-fonts/fontsproto/Makefile +++ b/x11-fonts/fontsproto/Makefile @@ -10,5 +10,4 @@ COMMENT= Fonts extension headers XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-fonts/libFS/Makefile b/x11-fonts/libFS/Makefile index 17dcd5469c7d..dd8b61c0e79c 100644 --- a/x11-fonts/libFS/Makefile +++ b/x11-fonts/libFS/Makefile @@ -11,5 +11,4 @@ XORG_CAT= lib USE_XORG= fontsproto:both xproto:both xtrans USE_AUTOTOOLS= libtool -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-fonts/libfontenc/Makefile b/x11-fonts/libfontenc/Makefile index ddc77735284c..163fd2173b61 100644 --- a/x11-fonts/libfontenc/Makefile +++ b/x11-fonts/libfontenc/Makefile @@ -11,5 +11,4 @@ COMMENT= The fontenc Library XORG_CAT= lib USE_XORG= xproto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-fonts/xf86bigfontproto/Makefile b/x11-fonts/xf86bigfontproto/Makefile index f586ab3242d0..7ac176973507 100644 --- a/x11-fonts/xf86bigfontproto/Makefile +++ b/x11-fonts/xf86bigfontproto/Makefile @@ -10,5 +10,4 @@ COMMENT= XFree86-Bigfont extension headers XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/bigreqsproto/Makefile b/x11/bigreqsproto/Makefile index 49ded26de436..299229c9d855 100644 --- a/x11/bigreqsproto/Makefile +++ b/x11/bigreqsproto/Makefile @@ -10,5 +10,4 @@ COMMENT= BigReqs extension headers XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/compositeproto/Makefile b/x11/compositeproto/Makefile index 61a4432714f7..0a69b7211c41 100644 --- a/x11/compositeproto/Makefile +++ b/x11/compositeproto/Makefile @@ -10,5 +10,4 @@ COMMENT= Composite extension headers XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/dri2proto/Makefile b/x11/dri2proto/Makefile index 4775d043c0db..dbefded77da1 100644 --- a/x11/dri2proto/Makefile +++ b/x11/dri2proto/Makefile @@ -9,5 +9,4 @@ COMMENT= DRI2 prototype headers XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/evieext/Makefile b/x11/evieext/Makefile index 7f375699e69f..3ed2745fc451 100644 --- a/x11/evieext/Makefile +++ b/x11/evieext/Makefile @@ -12,5 +12,4 @@ LICENSE= MIT XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/fixesproto/Makefile b/x11/fixesproto/Makefile index 967bf090b68c..17f348e3fbdd 100644 --- a/x11/fixesproto/Makefile +++ b/x11/fixesproto/Makefile @@ -10,5 +10,4 @@ COMMENT= Fixes extension headers XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/glproto/Makefile b/x11/glproto/Makefile index 880017db1d6e..5ae9713a79e3 100644 --- a/x11/glproto/Makefile +++ b/x11/glproto/Makefile @@ -10,5 +10,4 @@ COMMENT= GLX extension headers XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/inputproto/Makefile b/x11/inputproto/Makefile index ac9f0e22c814..a3a6b0617e48 100644 --- a/x11/inputproto/Makefile +++ b/x11/inputproto/Makefile @@ -12,5 +12,4 @@ XORG_CAT= proto CONFIGURE_ARGS= --without-asciidoc -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/kbproto/Makefile b/x11/kbproto/Makefile index e07a436e13ad..284c182b7710 100644 --- a/x11/kbproto/Makefile +++ b/x11/kbproto/Makefile @@ -10,5 +10,4 @@ COMMENT= KB extension headers XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile index 0874979eb83f..4c0e454448a2 100644 --- a/x11/libICE/Makefile +++ b/x11/libICE/Makefile @@ -12,5 +12,4 @@ COMMENT= Inter Client Exchange library for X11 XORG_CAT= lib USE_XORG= xproto:both xtrans -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index b57992b62f10..90ea1100bfce 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -16,7 +16,6 @@ USE_XORG= ice xproto:both xtrans CONFIGURE_ARGS+=--disable-docs --without-xmlto -NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \ s/doc//' ${WRKSRC}/Makefile.in diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile index c51cc139e83a..3e3c7d21eb72 100644 --- a/x11/libXdmcp/Makefile +++ b/x11/libXdmcp/Makefile @@ -15,7 +15,6 @@ USE_XORG= xproto:both CONFIGURE_ARGS+=--disable-docs --without-xmlto -NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \ s/doc//' ${WRKSRC}/Makefile.in diff --git a/x11/randrproto/Makefile b/x11/randrproto/Makefile index a9855c2b49c4..e1d3b5f6aa45 100644 --- a/x11/randrproto/Makefile +++ b/x11/randrproto/Makefile @@ -10,5 +10,4 @@ COMMENT= Randr extension headers XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/recordproto/Makefile b/x11/recordproto/Makefile index 357657b08ce6..998579005b36 100644 --- a/x11/recordproto/Makefile +++ b/x11/recordproto/Makefile @@ -12,7 +12,6 @@ XORG_CAT= proto CONFIGURE_ARGS+=--disable-specs --without-xmlto -NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^SUBDIRS/,/&$$/ \ s/specs//' ${WRKSRC}/Makefile.in diff --git a/x11/renderproto/Makefile b/x11/renderproto/Makefile index f03b9bc79530..ff5359f4998b 100644 --- a/x11/renderproto/Makefile +++ b/x11/renderproto/Makefile @@ -10,5 +10,4 @@ COMMENT= RenderProto protocol headers XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/resourceproto/Makefile b/x11/resourceproto/Makefile index 8db32ec60ed4..7f0d91b21997 100644 --- a/x11/resourceproto/Makefile +++ b/x11/resourceproto/Makefile @@ -10,7 +10,6 @@ COMMENT= Resource extension headers XORG_CAT= proto -NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \ s/install-dist_docDATA//' ${WRKSRC}/Makefile.in diff --git a/x11/scrnsaverproto/Makefile b/x11/scrnsaverproto/Makefile index 19cf476fda96..74279749dadb 100644 --- a/x11/scrnsaverproto/Makefile +++ b/x11/scrnsaverproto/Makefile @@ -11,7 +11,6 @@ XORG_CAT= proto CONFIGURE_ARGS+=--disable-specs --without-xmlto -NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \ s/specs//' ${WRKSRC}/Makefile.in diff --git a/x11/videoproto/Makefile b/x11/videoproto/Makefile index b93b9c534deb..f860269760a3 100644 --- a/x11/videoproto/Makefile +++ b/x11/videoproto/Makefile @@ -10,7 +10,6 @@ COMMENT= Video extension headers XORG_CAT= proto -NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \ s/install-dist_docDATA//' ${WRKSRC}/Makefile.in diff --git a/x11/xbitmaps/Makefile b/x11/xbitmaps/Makefile index 61bfe5359ec7..872fb52a1f3e 100644 --- a/x11/xbitmaps/Makefile +++ b/x11/xbitmaps/Makefile @@ -14,5 +14,4 @@ USES= pathfix XORG_CAT= data -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/xcmiscproto/Makefile b/x11/xcmiscproto/Makefile index 5d3d10930eff..73b3e5e4b709 100644 --- a/x11/xcmiscproto/Makefile +++ b/x11/xcmiscproto/Makefile @@ -12,7 +12,6 @@ XORG_CAT= proto CONFIGURE_ARGS+=--disable-specs --without-xmlto -NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^SUBDIRS =/,/^$$/ s/specs//' \ ${WRKSRC}/Makefile.in diff --git a/x11/xextproto/Makefile b/x11/xextproto/Makefile index 1391a379ab23..2777cf8a643f 100644 --- a/x11/xextproto/Makefile +++ b/x11/xextproto/Makefile @@ -12,7 +12,6 @@ XORG_CAT= proto CONFIGURE_ARGS+=--disable-specs -NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^SUBDIR/s/specs//' ${WRKSRC}/Makefile.in diff --git a/x11/xf86dgaproto/Makefile b/x11/xf86dgaproto/Makefile index 229f7d92226d..2c5db9aa1128 100644 --- a/x11/xf86dgaproto/Makefile +++ b/x11/xf86dgaproto/Makefile @@ -10,5 +10,4 @@ COMMENT= XFree86-DGA extension headers XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/xf86driproto/Makefile b/x11/xf86driproto/Makefile index 411746f9e9d0..faf570d7fb1d 100644 --- a/x11/xf86driproto/Makefile +++ b/x11/xf86driproto/Makefile @@ -12,5 +12,4 @@ LICENSE= MIT XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/xf86miscproto/Makefile b/x11/xf86miscproto/Makefile index b0157282956d..45415f2c67ab 100644 --- a/x11/xf86miscproto/Makefile +++ b/x11/xf86miscproto/Makefile @@ -10,5 +10,4 @@ COMMENT= XFree86-Misc extension headers XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/xf86vidmodeproto/Makefile b/x11/xf86vidmodeproto/Makefile index 34a06c477beb..c892870877b9 100644 --- a/x11/xf86vidmodeproto/Makefile +++ b/x11/xf86vidmodeproto/Makefile @@ -10,5 +10,4 @@ COMMENT= XFree86-VidModeExtension extension headers XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/xineramaproto/Makefile b/x11/xineramaproto/Makefile index c538ba70caca..89d9efa5c87c 100644 --- a/x11/xineramaproto/Makefile +++ b/x11/xineramaproto/Makefile @@ -10,5 +10,4 @@ COMMENT= Xinerama extension headers XORG_CAT= proto -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile index 39f40c092a50..3fbb50b717af 100644 --- a/x11/xproto/Makefile +++ b/x11/xproto/Makefile @@ -12,5 +12,4 @@ XORG_CAT= proto CONFIGURE_ARGS+=--disable-specs --without-fop --without-xmlto --without-xsltproc -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/xtrans/Makefile b/x11/xtrans/Makefile index 99aadd9d1e67..e1953c67a53f 100644 --- a/x11/xtrans/Makefile +++ b/x11/xtrans/Makefile @@ -16,5 +16,4 @@ XORG_CAT= lib CONFIGURE_ARGS+=--disable-docs --without-xmlto -NO_STAGE= yes .include <bsd.port.mk> |