From ff6f94ec1fb43ce71def716111053afaa9d820ad Mon Sep 17 00:00:00 2001 From: ehaupt Date: Thu, 27 Feb 2014 07:32:00 +0000 Subject: - Support staging - Use shebangfix --- palm/bibelot/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'palm') diff --git a/palm/bibelot/Makefile b/palm/bibelot/Makefile index b0c41d7ba652..1ffb9db8154e 100644 --- a/palm/bibelot/Makefile +++ b/palm/bibelot/Makefile @@ -9,14 +9,16 @@ MASTER_SITES= SF/${PORTNAME}/Bibelot/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Formats and converts text documents into compressed PalmDoc .pdb files -PLIST_FILES= bin/bibelot -USES= perl5 +USES= perl5 shebangfix +NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} -NO_BUILD= yes -NO_STAGE= yes +PLIST_FILES= bin/bibelot +SHEBANG_FILES= bibelot.pl + do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include -- cgit