9156bf1b9e
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977
26 lines
608 B
Makefile
26 lines
608 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= helpviewer
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 6
|
|
CATEGORIES= deskutils gnustep
|
|
MASTER_SITES= http://www.roard.com/helpviewer/download/
|
|
DISTNAME= HelpViewer-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Online help viewer for GNUstep programs
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= gnustep tar:tgz
|
|
USE_GNUSTEP= back build
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|Foundation/GSXML.h|GNUstepBase/GSXML.h|' \
|
|
${WRKSRC}/HandlerStructureXLP.h \
|
|
${WRKSRC}/TextFormatterXLP.h
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/HelpViewer.app/HelpViewer
|
|
|
|
.include <bsd.port.mk>
|