Index: head/security/bugs/Makefile =================================================================== --- head/security/bugs/Makefile (revision 425158) +++ head/security/bugs/Makefile (revision 425159) @@ -1,65 +1,66 @@ # Created by: Stephane Legrand # $FreeBSD$ PORTNAME= bugs PORTVERSION= 4.1.1 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SUNSITE/apps/crypto MAINTAINER= ports@FreeBSD.org COMMENT= Great cryptographic library and sample programs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake tar:tgz MAKE_ARGS= CC="${CC}" BFLAG="${CFLAGS}" \ INSTALL_PATH="${PREFIX}/${DISTNAME}" TEST_TARGET= test PLIST_SUB= PORTVERSION="${PORTVERSION}" DOCSDIR= ${PREFIX}/${DISTNAME}/doc OPTIONS_DEFINE= DOCS post-patch: # Sanitize permissions so "make clean" can work @${CHMOD} +x ${WRKSRC}/lib/unix ${WRKSRC}/lib/windows # Allow parallel builds (-jX): fix make(1) syntax, register dependencies @${REINPLACE_CMD} -E 's+cd (.*); make+$$(MAKE) -C \1+' \ ${WRKSRC}/Makefile.bsd @${ECHO_CMD} 'apps: lib' >> ${WRKSRC}/Makefile.bsd @${REINPLACE_CMD} -E '/^(bcrypt|bchat|bpass|blogin|bkey|bpassdel|bmore|block|bunlock|shell):/s+ *$$+ extra.o+' \ ${WRKSRC}/apps/Makefile.bsd post-configure: ${MAKE_CMD} -C ${WRKSRC} bsd @${REINPLACE_CMD} -e 's/^install: instchoice all/install: instchoice/' ${WRKSRC}/Makefile; @${REINPLACE_CMD} -e 's+\(@echo "Copying docs.*\)+# \1+' ${WRKSRC}/Makefile; @${REINPLACE_CMD} -e 's+\(@cp -rf ./doc/.*\)+# \1+' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's+\(@cp -rf ./doc/.*\)+# \1+' ${WRKSRC}/Makefile post-build: @${LN} -sf ${WRKSRC}/lib/unix/*.a ${WRKSRC}/lib/ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${DISTNAME}/include ${INSTALL_DATA} ${WRKSRC}/include/*.h ${STAGEDIR}${PREFIX}/${DISTNAME}/include .for file in bchat bcrypt bhide bkey block blogin bmore bpass bpassdel bunlock @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${DISTNAME}/${file} .endfor post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include .if ${OSVERSION} < 1100077 +# chmod -R bug post-extract: ${CHMOD} +x ${WRKSRC}/lib/unix ${WRKSRC}/lib/windows .endif .include Index: head/x11/fluxbg/Makefile =================================================================== --- head/x11/fluxbg/Makefile (revision 425158) +++ head/x11/fluxbg/Makefile (revision 425159) @@ -1,35 +1,36 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= fluxbg PORTVERSION= 0.7 PORTREVISION= 13 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= jgh@FreeBSD.org COMMENT= Background changer for fluxbox/blackbox LIB_DEPENDS= libgtkmm-2.0.so:x11-toolkits/gtkmm20 RUN_DEPENDS= fbsetbg:x11-wm/fluxbox GNU_CONFIGURE= yes USES= pathfix pkgconfig PLIST_FILES= bin/fluxbg \ bin/fluxbgd \ bin/fluxbg_conf SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/src/fluxbg_conf.cc .include .if ${OSVERSION} < 1100077 +# chmod -R bug post-extract: ${CHMOD} +x ${WRKSRC}/autom4te.cache .endif .include