diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-09-29 00:13:51 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-09-29 00:13:51 +0000 |
commit | f29272bbf3873a271a26d2c825e173748ae18ac7 (patch) | |
tree | 5418e2ae87d194ec6be83e82e011c064916320f5 /sysutils/unquote | |
parent | d723c725975c8f92bef32e0f1950bcc79f0eeb87 (diff) |
Notes
Diffstat (limited to 'sysutils/unquote')
-rw-r--r-- | sysutils/unquote/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/unquote/Makefile b/sysutils/unquote/Makefile index d8530cf36c99..3b827ea2aae0 100644 --- a/sysutils/unquote/Makefile +++ b/sysutils/unquote/Makefile @@ -10,13 +10,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} MAINTAINER= eadler@FreeBSD.org COMMENT= Execute a command with safely quoted arguments -MAN1= unquote.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/unquote +PLIST_FILES= bin/unquote man/man1/unquote.1.gz .if !defined(NO_RELEASE) MAKE_ENV+= RELEASE=yes .endif -NO_STAGE= yes .include <bsd.port.mk> |