aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2013-12-27 15:16:28 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2013-12-27 15:16:28 +0000
commit12aa00bf23f301583210ed7731e417a2edfea43e (patch)
tree0739fa0bd178e656d797a2d4a61c5a853a5061ff /palm
parent726ebee6ee615bdae8c4cf7aabb5a3120921eb08 (diff)
downloadports-12aa00bf23f301583210ed7731e417a2edfea43e.tar.gz
ports-12aa00bf23f301583210ed7731e417a2edfea43e.zip
Notes
Diffstat (limited to 'palm')
-rw-r--r--palm/makeztxt/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/palm/makeztxt/Makefile b/palm/makeztxt/Makefile
index 590076ed1624..06031a6211d4 100644
--- a/palm/makeztxt/Makefile
+++ b/palm/makeztxt/Makefile
@@ -10,17 +10,18 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= Command line utility to create GutenPalm's zTXT format databases
+LICENSE= GPLv2
+
PLIST_FILES= bin/makeztxt
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_GMAKE= yes
+USES= gmake
MAKE_ENV+= USEPOSIX=1 LONG_OPTS=1
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} 's/-O2//' ${WRKSRC}/libztxt/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/makeztxt ${LOCALBASE}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/makeztxt ${STAGEDIR}${LOCALBASE}/bin/
.include <bsd.port.mk>