Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 07:32:00 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346238 - head/palm/bibelot
Message-ID:  <201402270732.s1R7W0io090495@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Feb 27 07:32:00 2014
New Revision: 346238
URL: http://svnweb.freebsd.org/changeset/ports/346238
QAT: https://qat.redports.org/buildarchive/r346238/

Log:
  - Support staging
  - Use shebangfix

Modified:
  head/palm/bibelot/Makefile

Modified: head/palm/bibelot/Makefile
==============================================================================
--- head/palm/bibelot/Makefile	Thu Feb 27 07:30:09 2014	(r346237)
+++ head/palm/bibelot/Makefile	Thu Feb 27 07:32:00 2014	(r346238)
@@ -9,14 +9,16 @@ MASTER_SITES=	SF/${PORTNAME}/Bibelot/${P
 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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402270732.s1R7W0io090495>