From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 10 14:20:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 25E4AE51 for ; Sun, 10 Feb 2013 14:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 19B00F5F for ; Sun, 10 Feb 2013 14:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1AEK3pU043922 for ; Sun, 10 Feb 2013 14:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1AEK30T043921; Sun, 10 Feb 2013 14:20:03 GMT (envelope-from gnats) Date: Sun, 10 Feb 2013 14:20:03 GMT Message-Id: <201302101420.r1AEK30T043921@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174992: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2013 14:20:04 -0000 The following reply was made to PR ports/174992; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174992: commit references a PR Date: Sun, 10 Feb 2013 14:11:01 +0000 (UTC) Author: miwi Date: Sun Feb 10 14:10:50 2013 New Revision: 312021 URL: http://svnweb.freebsd.org/changeset/ports/312021 Log: - Respect PREFIX PR: 174992 Submitted by: maintainer Modified: head/editors/deforaos-editor/Makefile Modified: head/editors/deforaos-editor/Makefile ============================================================================== --- head/editors/deforaos-editor/Makefile Sun Feb 10 14:09:08 2013 (r312020) +++ head/editors/deforaos-editor/Makefile Sun Feb 10 14:10:50 2013 (r312021) @@ -5,8 +5,8 @@ PORTNAME= editor PORTVERSION= 0.2.1 CATEGORIES= editors MASTER_SITES= http://www.defora.org/os/download/download/3702/ -DISTNAME= Editor-${PORTVERSION} PKGNAMEPREFIX= deforaos- +DISTNAME= Editor-${PORTVERSION} MAINTAINER= olivier@cochard.me COMMENT= DeforaOS desktop text editor @@ -16,6 +16,7 @@ LICENSE= GPLv3 LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \ Desktop:${PORTSDIR}/x11/deforaos-libdesktop +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"