svn commit: r346238 - head/palm/bibelot

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 07:32:00 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list