diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-10-11 15:43:06 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-10-11 15:43:06 +0000 |
commit | 811ea76e55ef9d51b42d5d53c3ae9418ba66389c (patch) | |
tree | c9ea58bb3ba211dcd5bafaa74390e4f4893e3189 /mail/mew-mule | |
parent | Fix MASTER_SITE I botched in the previous commit (diff) |
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.
Notes
Notes:
svn path=/head/; revision=144944
Diffstat (limited to 'mail/mew-mule')
-rw-r--r-- | mail/mew-mule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |