aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-26 20:59:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-26 20:59:12 +0000
commitb7fa920282f6a75158b5f03418e1cad22334b0d4 (patch)
treea2863c04ad4ea91d1d7f1c9f78b05ea6abc9bcf2
parentc8c96cff3274815787f5f20782be56fcd9685221 (diff)
downloadports-b7fa920282f6a75158b5f03418e1cad22334b0d4.tar.gz
ports-b7fa920282f6a75158b5f03418e1cad22334b0d4.zip
Remove excessive quoting of comment strings in created packages.
Submitted by: lioux
Notes
Notes: svn path=/head/; revision=81779
-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