- Respect PREFIX
PR: 174998 Submitted by: maintainer
This commit is contained in:
parent
7217ca9bad
commit
595f90aaab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312015
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue