Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 00:13:51 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328637 - head/sysutils/unquote
Message-ID:  <201309290013.r8T0DpJW061135@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Sep 29 00:13:51 2013
New Revision: 328637
URL: http://svnweb.freebsd.org/changeset/ports/328637

Log:
  - Convert to staging

Modified:
  head/sysutils/unquote/Makefile

Modified: head/sysutils/unquote/Makefile
==============================================================================
--- head/sysutils/unquote/Makefile	Sun Sep 29 00:13:38 2013	(r328636)
+++ head/sysutils/unquote/Makefile	Sun Sep 29 00:13:51 2013	(r328637)
@@ -10,13 +10,10 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b
 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309290013.r8T0DpJW061135>