Bug 186323 - stagify textproc/tex2im
Summary: stagify textproc/tex2im
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-01 04:30 UTC by TsurutaniNaoki
Modified: 2014-02-02 16:30 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (782 bytes, patch)
2014-02-01 04:30 UTC, TsurutaniNaoki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2014-02-01 04:30:01 UTC
	stagify.
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2014-02-02 14:31:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-02 16:27:42 UTC
Author: pawel
Date: Sun Feb  2 16:27:35 2014
New Revision: 342331
URL: http://svnweb.freebsd.org/changeset/ports/342331
QAT: https://qat.redports.org/buildarchive/r342331/

Log:
  Stage support
  
  PR:		ports/186323
  Submitted by:	maintainer

Modified:
  head/textproc/tex2im/Makefile

Modified: head/textproc/tex2im/Makefile
==============================================================================
--- head/textproc/tex2im/Makefile	Sun Feb  2 16:15:24 2014	(r342330)
+++ head/textproc/tex2im/Makefile	Sun Feb  2 16:27:35 2014	(r342331)
@@ -20,15 +20,13 @@ PORTEXAMPLES=	example1.png example1.tex 
 		example3.png example3.tex example4.png example4.tex \
 		fig_1.eps
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" ${WRKSRC}/tex2im
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/tex2im ${PREFIX}/bin
-.if !defined(NOPORTEXAMPLES)
-	@${MKDIR} ${EXAMPLESDIR}
-	cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}
-.endif
+	${INSTALL_SCRIPT} ${WRKSRC}/tex2im ${STAGEDIR}${PREFIX}/bin
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} \
+		${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2014-02-02 16:28:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!