aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-07 20:03:48 +0800
committerantoine <antoine@FreeBSD.org>2014-09-07 20:03:48 +0800
commitc97a4ce695689429720667f11304be3c1f97dce1 (patch)
tree7a965f6d646599706e42495fa4e1f68467caa478 /textproc
parent54a178b2eda7a0e63f1c674a26265e64118577d2 (diff)
downloadfreebsd-ports-gnome-c97a4ce695689429720667f11304be3c1f97dce1.tar.gz
freebsd-ports-gnome-c97a4ce695689429720667f11304be3c1f97dce1.tar.zst
freebsd-ports-gnome-c97a4ce695689429720667f11304be3c1f97dce1.zip
Allow staging as a regular user and simplify
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hhm/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/hhm/Makefile b/textproc/hhm/Makefile
index 94559b8e13b5..372484eaacba 100644
--- a/textproc/hhm/Makefile
+++ b/textproc/hhm/Makefile
@@ -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>