diff options
author | eadler <eadler@FreeBSD.org> | 2013-09-29 08:13:51 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-09-29 08:13:51 +0800 |
commit | 9a51af961bdb4ad8174a8e82753893bde38c5bd1 (patch) | |
tree | 5418e2ae87d194ec6be83e82e011c064916320f5 | |
parent | cca22a10c2e51f97b9c48ac8f59acb64d3b3ad80 (diff) | |
download | freebsd-ports-gnome-9a51af961bdb4ad8174a8e82753893bde38c5bd1.tar.gz freebsd-ports-gnome-9a51af961bdb4ad8174a8e82753893bde38c5bd1.tar.zst freebsd-ports-gnome-9a51af961bdb4ad8174a8e82753893bde38c5bd1.zip |
- Convert to staging
-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> |