diff options
author | fenner <fenner@FreeBSD.org> | 2005-10-08 03:12:17 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-10-08 03:12:17 +0800 |
commit | 52a2327be4a1e601fcab2b8fc409b5991e4dfc90 (patch) | |
tree | d2b53adf98f9db2be096d5ec6cc1b5d79aa1ec5f /mail | |
parent | 90a5928e3c0130f627a996ba182e5452908ff506 (diff) | |
download | freebsd-ports-gnome-52a2327be4a1e601fcab2b8fc409b5991e4dfc90.tar.gz freebsd-ports-gnome-52a2327be4a1e601fcab2b8fc409b5991e4dfc90.tar.zst freebsd-ports-gnome-52a2327be4a1e601fcab2b8fc409b5991e4dfc90.zip |
Don't add extra quotes around DEPRECATED when BROKEN already has
them. These are probably not the only ports that do this, but
they are the only ones with bad shell metacharacters that the
extra quotes un-quote.
Approved by: linimon
Diffstat (limited to 'mail')
-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 2602853fe155..66ce6b11b067 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 |