diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-26 18:44:50 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-26 18:44:50 +0000 |
commit | b026c8c0cda7ec178f65d376611490b9a99589b1 (patch) | |
tree | bb86dc1f320992aec49b9b0a88e0a51ae1786202 | |
parent | af22a3aad86c229087516a70585b31d70d868bdb (diff) |
Notes
-rw-r--r-- | sysutils/unquote/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/unquote/Makefile b/sysutils/unquote/Makefile index 3b827ea2aae0..59b8c0063cc4 100644 --- a/sysutils/unquote/Makefile +++ b/sysutils/unquote/Makefile @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} MAINTAINER= eadler@FreeBSD.org COMMENT= Execute a command with safely quoted arguments +USES= uidfix + PLIST_FILES= bin/unquote man/man1/unquote.1.gz .if !defined(NO_RELEASE) |