Date: Sun, 10 Feb 2013 09:08:47 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312015 - head/deskutils/deforaos-todo Message-ID: <201302100908.r1A98m5X095335@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Feb 10 09:08:47 2013 New Revision: 312015 URL: http://svnweb.freebsd.org/changeset/ports/312015 Log: - Respect PREFIX PR: 174998 Submitted by: maintainer Modified: head/deskutils/deforaos-todo/Makefile Modified: head/deskutils/deforaos-todo/Makefile ============================================================================== --- head/deskutils/deforaos-todo/Makefile Sun Feb 10 09:05:13 2013 (r312014) +++ head/deskutils/deforaos-todo/Makefile Sun Feb 10 09:08:47 2013 (r312015) @@ -5,8 +5,8 @@ PORTNAME= todo PORTVERSION= 0.1.2 CATEGORIES= deskutils MASTER_SITES= http://www.defora.org/os/download/download/3506/ -DISTNAME= Todo-${PORTVERSION} PKGNAMEPREFIX= deforaos- +DISTNAME= Todo-${PORTVERSION} MAINTAINER= olivier@cochard.me COMMENT= DeforaOS desktop todo list @@ -20,5 +20,6 @@ USE_GNOME= gtk20 desktopfileutils USE_PKGCONFIG= build USE_GETTEXT= yes INSTALLS_ICONS= yes +MAKE_ARGS+= PREFIX=${PREFIX} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302100908.r1A98m5X095335>