From 811ea76e55ef9d51b42d5d53c3ae9418ba66389c Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Tue, 11 Oct 2005 15:43:06 +0000 Subject: Add quoting back to DEPRECATED, to combat the extra set of quotes that the check-deprecated target uses. This results in bizarre quoting like echo """Incomplete pkg-plist (port installs into nonstandard perl directory)""." but that's life in bsd.port.mk land for now. --- mail/mew-mule/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mew-mule') diff --git a/mail/mew-mule/Makefile b/mail/mew-mule/Makefile index 66ce6b11b067..2602853fe155 100644 --- a/mail/mew-mule/Makefile +++ b/mail/mew-mule/Makefile @@ -12,7 +12,7 @@ COMMENT= Message interface to Emacs Window for mule MASTERDIR= ${.CURDIR}/../mew BROKEN= "Incorrect pkg-plist (removes directories not installed by this port)" -DEPRECATED= ${BROKEN} +DEPRECATED= "${BROKEN}" EXPIRATION_DATE=2005-09-22 # set emacs port -- cgit v1.2.3