Date: Sun, 7 Sep 2014 12:03:48 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367528 - head/textproc/hhm Message-ID: <201409071203.s87C3m48045753@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Sep 7 12:03:48 2014 New Revision: 367528 URL: http://svnweb.freebsd.org/changeset/ports/367528 QAT: https://qat.redports.org/buildarchive/r367528/ Log: Allow staging as a regular user and simplify Modified: head/textproc/hhm/Makefile Modified: head/textproc/hhm/Makefile ============================================================================== --- head/textproc/hhm/Makefile Sun Sep 7 11:59:25 2014 (r367527) +++ head/textproc/hhm/Makefile Sun Sep 7 12:03:48 2014 (r367528) @@ -12,13 +12,12 @@ COMMENT= HTML Help Maker LIB_DEPENDS= liblzxcomp.so:${PORTSDIR}/archivers/liblzxcomp -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USES= uidfix +MAKEFILE= ${FILESDIR}/Makefile PLIST_FILES= bin/hhm post-patch: - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev - ${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's!^typedef unsigned.*$$!!' ${WRKSRC}/hhm.c .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409071203.s87C3m48045753>