Bug 182608 - Update math/ent to use stage
Summary: Update math/ent to use stage
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: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-03 18:30 UTC by Horia Racoviceanu
Modified: 2013-10-04 15:30 UTC (History)
0 users

See Also:


Attachments
file.diff (528 bytes, patch)
2013-10-03 18:30 UTC, Horia Racoviceanu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Horia Racoviceanu 2013-10-03 18:30:00 UTC
Use stage

Fix: Patch attached with submission follows:
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-03 22:13:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-04 15:20:36 UTC
Author: danilo
Date: Fri Oct  4 14:20:29 2013
New Revision: 329312
URL: http://svnweb.freebsd.org/changeset/ports/329312

Log:
  - Add stage support [1]
  
  PR:		ports/182608
  Submitted by:	Horia Racoviceanu <horia@racoviceanu.com> (maintainer) [1]
  Approved by:	wg (mentor)

Modified:
  head/math/ent/Makefile

Modified: head/math/ent/Makefile
==============================================================================
--- head/math/ent/Makefile	Fri Oct  4 14:17:46 2013	(r329311)
+++ head/math/ent/Makefile	Fri Oct  4 14:20:29 2013	(r329312)
@@ -19,12 +19,11 @@ PLIST_FILES=	bin/ent
 regression-test: build
 	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check)
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e '/CC = /d' -e '/CFLAGS = /s,$$, ${CFLAGS},' \
 		${WRKSRC}/Makefile
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/ent ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .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 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-04 15:21:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!