svn commit: r367528 - head/textproc/hhm
Antoine Brodin
antoine at FreeBSD.org
Sun Sep 7 12:03:48 UTC 2014
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>
More information about the svn-ports-all
mailing list