diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 12:03:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 12:03:48 +0000 |
commit | d97e1796d0bbe64717ba9f5237ebda29d4c74cd7 (patch) | |
tree | 7a965f6d646599706e42495fa4e1f68467caa478 /textproc | |
parent | d383b70d37daabd6e4672da416ebe77b9583546b (diff) | |
download | ports-d97e1796d0bbe64717ba9f5237ebda29d4c74cd7.tar.gz ports-d97e1796d0bbe64717ba9f5237ebda29d4c74cd7.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hhm/Makefile | 5 |
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> |