Bug 174990 - x11/deforaos-locker patch for respecting PREFIX
Summary: x11/deforaos-locker 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:10 UTC by olivier
Modified: 2013-02-10 09:20 UTC (History)
0 users

See Also:


Attachments
deforaos-locker.0.2.1_1.diff (493 bytes, patch)
2013-01-05 09:30 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:10:00 UTC
	Here is a simple patch that add PREFIX support to this port.
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-01-05 08:12:25 UTC
State Changed
From-To: open->feedback

It looks like you forgot to attach the patch.
Comment 2 olivier 2013-01-05 09:30:44 UTC
Oops, It seems that "send-pr -f report.txt -a patch.diff", didn't
attach the file ?
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-02-10 09:15:20 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-02-10 09:15:23 UTC
Author: miwi
Date: Sun Feb 10 09:15:16 2013
New Revision: 312017
URL: http://svnweb.freebsd.org/changeset/ports/312017

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

Modified:
  head/x11/deforaos-locker/Makefile

Modified: head/x11/deforaos-locker/Makefile
==============================================================================
--- head/x11/deforaos-locker/Makefile	Sun Feb 10 09:10:15 2013	(r312016)
+++ head/x11/deforaos-locker/Makefile	Sun Feb 10 09:15:16 2013	(r312017)
@@ -5,8 +5,8 @@ PORTNAME=	locker
 PORTVERSION=	0.2.1
 CATEGORIES=	x11
 MASTER_SITES=	http://www.defora.org/os/download/download/3703/
-DISTNAME=	Locker-${PORTVERSION}
 PKGNAMEPREFIX=	deforaos-
+DISTNAME=	Locker-${PORTVERSION}
 
 MAINTAINER=	olivier@cochard.me
 COMMENT=	DeforaOS desktop screensaver
@@ -23,7 +23,7 @@ BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgc
 USE_GNOME=	gtk20 desktopfileutils
 USE_PKGCONFIG=	build
 USE_GETTEXT=	yes
-
+MAKE_ARGS+=	PREFIX=${PREFIX}
 MAKE_ENV+=	MANDIR=${MANPREFIX}/man
 
 MAN1=		locker.1 lockerctl.1
_______________________________________________
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"