aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-27 04:59:12 +0800
committerkris <kris@FreeBSD.org>2003-05-27 04:59:12 +0800
commit9a70ea23a4e0cd48688c29dec83c8be7d98d6dc9 (patch)
tree2b08adf539794cf887aedb5daa9036ef640fa168 /Mk
parent91d069e7a49e088f6e05b7d34aa81fe1722e98c0 (diff)
downloadfreebsd-ports-gnome-9a70ea23a4e0cd48688c29dec83c8be7d98d6dc9.tar.gz
freebsd-ports-gnome-9a70ea23a4e0cd48688c29dec83c8be7d98d6dc9.tar.zst
freebsd-ports-gnome-9a70ea23a4e0cd48688c29dec83c8be7d98d6dc9.zip
Remove excessive quoting of comment strings in created packages.
Submitted by: lioux
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 3b7b2d5aba62..c670e133978d 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1609,7 +1609,7 @@ PKGINSTALLVER!= ${PKG_INFO} -P 2>/dev/null | ${SED} -e 's/.*: //'
DISABLE_CONFLICTS= YES
.endif
.if !defined(PKG_ARGS)
-PKG_ARGS= -v -c "-${COMMENT:Q}" -d ${DESCR} -f ${TMPPLIST} -p ${PREFIX} -P "`${MAKE} package-depends | ${GREP} -v -E ${PKG_IGNORE_DEPENDS} | sort -u`" ${EXTRA_PKG_ARGS}
+PKG_ARGS= -v -c -${COMMENT:Q} -d ${DESCR} -f ${TMPPLIST} -p ${PREFIX} -P "`${MAKE} package-depends | ${GREP} -v -E ${PKG_IGNORE_DEPENDS} | sort -u`" ${EXTRA_PKG_ARGS}
.if exists(${PKGINSTALL})
PKG_ARGS+= -i ${PKGINSTALL}
.endif