1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

- Convert to staging

This commit is contained in:
Eitan Adler 2013-09-29 00:13:51 +00:00
parent d723c72597
commit f29272bbf3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328637

View File

@ -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>