aboutsummaryrefslogtreecommitdiff
path: root/sysutils/unquote
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-09-29 00:13:51 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-09-29 00:13:51 +0000
commitf29272bbf3873a271a26d2c825e173748ae18ac7 (patch)
tree5418e2ae87d194ec6be83e82e011c064916320f5 /sysutils/unquote
parentd723c725975c8f92bef32e0f1950bcc79f0eeb87 (diff)
downloadports-f29272bbf3873a271a26d2c825e173748ae18ac7.tar.gz
ports-f29272bbf3873a271a26d2c825e173748ae18ac7.zip
- Convert to staging
Notes
Notes: svn path=/head/; revision=328637
Diffstat (limited to 'sysutils/unquote')
-rw-r--r--sysutils/unquote/Makefile5
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>