aboutsummaryrefslogtreecommitdiff
path: root/deskutils/helpviewer
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 19:48:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 19:48:57 +0000
commitf16d149cc0a07ed717f16624771a5c2650c4950e (patch)
tree5548dd7cbb262b4ea8b4341c373ea4742ea870d5 /deskutils/helpviewer
parent3617d7d942703d3b2f3fb2249642f8fc24a8d9ba (diff)
downloadports-f16d149cc0a07ed717f16624771a5c2650c4950e.tar.gz
ports-f16d149cc0a07ed717f16624771a5c2650c4950e.zip
- Switch to USES=tar
- Simplify post-patch - Strip binary
Notes
Notes: svn path=/head/; revision=390048
Diffstat (limited to 'deskutils/helpviewer')
-rw-r--r--deskutils/helpviewer/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/deskutils/helpviewer/Makefile b/deskutils/helpviewer/Makefile
index ccca9701a3e3..80f20e8ed5e4 100644
--- a/deskutils/helpviewer/Makefile
+++ b/deskutils/helpviewer/Makefile
@@ -2,26 +2,25 @@
PORTNAME= helpviewer
PORTVERSION= 0.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= deskutils gnustep
MASTER_SITES= http://www.roard.com/helpviewer/download/
DISTNAME= HelpViewer-${PORTVERSION}
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Online help viewer for GNUstep programs
LICENSE= GPLv2
-USES= gnustep
+USES= gnustep tar:tgz
USE_GNUSTEP= back build
-FIXME= HandlerStructureXLP.h TextFormatterXLP.h
-
post-patch:
-.for i in ${FIXME}
${REINPLACE_CMD} -e 's|Foundation/GSXML.h|GNUstepBase/GSXML.h|' \
- ${WRKSRC}/${i}
-.endfor
+ ${WRKSRC}/HandlerStructureXLP.h \
+ ${WRKSRC}/TextFormatterXLP.h
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/HelpViewer.app/HelpViewer
.include <bsd.port.mk>