diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-29 01:09:26 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-29 01:09:26 +0000 |
commit | 910795efe2ee1fa38e8e346cb10a8dc8bf10380e (patch) | |
tree | 3657593c3bbd04b1350898c40562c5ea01f9bd39 /irc/tirc | |
parent | 22886f228943cc1522a647d1b49e2ed1ba9b5d2f (diff) | |
download | ports-910795efe2ee1fa38e8e346cb10a8dc8bf10380e.tar.gz ports-910795efe2ee1fa38e8e346cb10a8dc8bf10380e.zip |
Notes
Diffstat (limited to 'irc/tirc')
-rw-r--r-- | irc/tirc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/irc/tirc/Makefile b/irc/tirc/Makefile index c168da8ddda4..78756ddf505d 100644 --- a/irc/tirc/Makefile +++ b/irc/tirc/Makefile @@ -24,6 +24,9 @@ MAN1= tirc.1 PLIST_FILES= bin/tirc %%DATADIR%%/tircrc PLIST_DIRS= %%DATADIR%% +DEPRECATED= No longer developed, website gone +EXPIRATION_DATE= 2008-08-28 + post-patch: @${REINPLACE_CMD} -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/*.c ${WRKSRC}/*.1 |