aboutsummaryrefslogtreecommitdiff
path: root/deskutils/deforaos-todo
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-02-10 09:08:47 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-02-10 09:08:47 +0000
commit595f90aaab55fa9d2b3538e85c6c38c9b4eaa8d9 (patch)
tree743327d4d255b83ab67a238096c8dfc4660653ff /deskutils/deforaos-todo
parent7217ca9bad190fb644dcdd5709797d1225610e47 (diff)
downloadports-595f90aaab55fa9d2b3538e85c6c38c9b4eaa8d9.tar.gz
ports-595f90aaab55fa9d2b3538e85c6c38c9b4eaa8d9.zip
- Respect PREFIX
PR: 174998 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=312015
Diffstat (limited to 'deskutils/deforaos-todo')
-rw-r--r--deskutils/deforaos-todo/Makefile3
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>