Index: head/sysutils/procenv/Makefile =================================================================== --- head/sysutils/procenv/Makefile (revision 508152) +++ head/sysutils/procenv/Makefile (revision 508153) @@ -1,38 +1,40 @@ # Created by: James Hunt # $FreeBSD$ PORTNAME= procenv PORTVERSION= 0.51 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Utility to show process environment LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= this file includes which is deprecated + BUILD_DEPENDS= xmlwf:textproc/expat2 USES= autoreconf gmake perl5 USE_PERL5= build USE_GITHUB= yes GH_ACCOUNT= jamesodhunt GNU_CONFIGURE= yes TEST_TARGET= check PLIST_FILES= bin/procenv \ man/man1/procenv.1.gz PORTDOCS= AUTHORS ChangeLog NEWS README TODO OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/^PKG_/d' ${WRKSRC}/configure.ac post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include