Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2013 09:20:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/174990: commit references a PR
Message-ID:  <201302100920.r1A9K2bI087941@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/174990; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174990: commit references a PR
Date: Sun, 10 Feb 2013 09:15:23 +0000 (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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302100920.r1A9K2bI087941>