diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-05 17:55:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-05 17:55:20 +0000 |
commit | 652fded2d2700f37b242df5b7b02c517a9930274 (patch) | |
tree | 5e006f4c17fc9dca7c988dd05420fb7eae09da29 /misc/xd | |
parent | 92d812d56d50c2735e815dc5e357c90168cc1df0 (diff) |
- Clarify license
- Allow staging as a regular user
Notes
Notes:
svn path=/head/; revision=367366
Diffstat (limited to 'misc/xd')
-rw-r--r-- | misc/xd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xd/Makefile b/misc/xd/Makefile index c3af74d7946b..ab71fe122d07 100644 --- a/misc/xd/Makefile +++ b/misc/xd/Makefile @@ -10,8 +10,9 @@ DISTNAME= xd-8087 MAINTAINER= ports@FreeBSD.org COMMENT= Yet another dump utility -LICENSE= BSD +LICENSE= BSD4CLAUSE +USES= uidfix MAKE_ARGS= CC="${CC}" BINDIR="${PREFIX}/bin" \ MANDIR="${MAN1PREFIX}/man/man" |