diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-11-08 04:14:45 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-11-08 04:14:45 +0800 |
commit | b000073032201a96046c12d5db56ee1b02135dbc (patch) | |
tree | 12973137da6937852b108f0d0876577dceca0096 /mail | |
parent | 9f7fa073e6730bb70127a28b3d96ee250c1015f6 (diff) | |
download | freebsd-ports-gnome-b000073032201a96046c12d5db56ee1b02135dbc.tar.gz freebsd-ports-gnome-b000073032201a96046c12d5db56ee1b02135dbc.tar.zst freebsd-ports-gnome-b000073032201a96046c12d5db56ee1b02135dbc.zip |
- obsolete, set IGNORE and EXPIRATION_DATE
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pantomime-ssl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/pantomime-ssl/Makefile b/mail/pantomime-ssl/Makefile index ef77177652a2..a57e5fef3792 100644 --- a/mail/pantomime-ssl/Makefile +++ b/mail/pantomime-ssl/Makefile @@ -28,4 +28,7 @@ USE_GNUSTEP_LOCAL_LIBS+= Pantomime:${PANTOMIME_PORT} MAKEFILE= GNUmakefile PANTOMIME_PORT?= mail/pantomime +IGNORE= is obsolete, it is now part of mail/pantomime +EXPIRATION_DATE=2006-12-01 + .include <bsd.port.mk> |