diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-26 10:23:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-26 10:23:01 +0000 |
commit | c3226aeda42a22ddc8daad6881fc57a9d6738d34 (patch) | |
tree | 88e8411a1d36b9f9a08af1edb69db68f1c7b5c2a /palm | |
parent | c4542314735e5d2793de9516351cb528b3036fde (diff) |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/txt2pdbdoc/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/palm/txt2pdbdoc/Makefile b/palm/txt2pdbdoc/Makefile index 118630c47656..37b9f05cef7e 100644 --- a/palm/txt2pdbdoc/Makefile +++ b/palm/txt2pdbdoc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: txt2pdbdoc -# Date created: Mon Jan 8 2001 -# Whom: keichii@iteration.net -# +# Created by: keichii@iteration.net # $FreeBSD$ -# PORTNAME= txt2pdbdoc PORTVERSION= 1.4.4 @@ -13,6 +9,9 @@ MASTER_SITES= http://homepage.mac.com/pauljlucas/software/ MAINTAINER= ports@FreeBSD.org COMMENT= Converts plain text and HTML files to Palm Pilot Doc formats +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-11-26 + USE_GMAKE= yes GNU_CONFIGURE= yes |