diff options
Diffstat (limited to 'sysutils')
-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> |