1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Respect PREFIX

PR:		174998
Submitted by:	maintainer
This commit is contained in:
Martin Wilke 2013-02-10 09:08:47 +00:00
parent 7217ca9bad
commit 595f90aaab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312015

View File

@ -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>