diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-10 17:08:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-10 17:08:47 +0800 |
commit | 751d4b0a67485f049902debc78188d364299993b (patch) | |
tree | 743327d4d255b83ab67a238096c8dfc4660653ff /deskutils | |
parent | add414793f9b7ced1016ef4f487ca4f1e6b8a4cb (diff) | |
download | freebsd-ports-gnome-751d4b0a67485f049902debc78188d364299993b.tar.gz freebsd-ports-gnome-751d4b0a67485f049902debc78188d364299993b.tar.zst freebsd-ports-gnome-751d4b0a67485f049902debc78188d364299993b.zip |
- Respect PREFIX
PR: 174998
Submitted by: maintainer
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/deforaos-todo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/deforaos-todo/Makefile b/deskutils/deforaos-todo/Makefile index fa745bedd31d..16ae531129f5 100644 --- a/deskutils/deforaos-todo/Makefile +++ b/deskutils/deforaos-todo/Makefile @@ -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> |