Bug 174993 - www/deforaos-surfer patch for respecting PREFIX
Summary: www/deforaos-surfer patch for respecting PREFIX
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-05 08:20 UTC by olivier
Modified: 2013-02-10 14:20 UTC (History)
0 users

See Also:


Attachments
deforaos-surfer.0.2.6_1.diff (479 bytes, patch)
2013-01-05 09:33 UTC, olivier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description olivier 2013-01-05 08:20:00 UTC
	Here is a simple patch that add PREFIX support to this port.
Comment 1 olivier 2013-01-05 09:33:23 UTC
Here is the patch.
Comment 2 Philippe Audeoud freebsd_committer freebsd_triage 2013-01-30 15:39:11 UTC
State Changed
From-To: open->feedback

Please, use portlint -a before submitting.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-02-10 14:11:35 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-02-10 14:11:43 UTC
Author: miwi
Date: Sun Feb 10 14:11:34 2013
New Revision: 312022
URL: http://svnweb.freebsd.org/changeset/ports/312022

Log:
  - Respect PREFIX
  
  PR:		174993
  Submitted by:	maintainer

Modified:
  head/www/deforaos-surfer/Makefile

Modified: head/www/deforaos-surfer/Makefile
==============================================================================
--- head/www/deforaos-surfer/Makefile	Sun Feb 10 14:10:50 2013	(r312021)
+++ head/www/deforaos-surfer/Makefile	Sun Feb 10 14:11:34 2013	(r312022)
@@ -21,6 +21,7 @@ LIB_DEPENDS=	System:${PORTSDIR}/devel/de
 		webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2
 RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
 
+MAKE_ARGS=	PREFIX=${PREFIX}
 USE_GNOME=	gtk20 desktopfileutils
 USE_PKGCONFIG=	build
 USE_GETTEXT=	yes
_______________________________________________
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"