aboutsummaryrefslogtreecommitdiff
path: root/mail/nohtml
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-06-03 03:41:05 +0000
committerWill Andrews <will@FreeBSD.org>2003-06-03 03:41:05 +0000
commite70016a3c9a4bc129f320a75a7501d462ed97be3 (patch)
tree98b997eaba3d1fea42db9a81e4402416bd8bc0d2 /mail/nohtml
parentc8ccf77da7371f8486f9acd24e1a8a5fa9f2808e (diff)
downloadports-e70016a3c9a4bc129f320a75a7501d462ed97be3.tar.gz
ports-e70016a3c9a4bc129f320a75a7501d462ed97be3.zip
Notes
Diffstat (limited to 'mail/nohtml')
-rw-r--r--mail/nohtml/Makefile~29
1 files changed, 0 insertions, 29 deletions
diff --git a/mail/nohtml/Makefile~ b/mail/nohtml/Makefile~
deleted file mode 100644
index 10c527792a14..000000000000
--- a/mail/nohtml/Makefile~
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: nohtml
-# Date Created: 17 February 2003
-# Whom: nohtml@tundraware.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= nohtml
-PORTVERSION= 1.11
-CATEGORIES= mail
-MASTER_SITES= http://www.tundraware.com/Software/nohtml/
-
-MAINTAINER= nohtml@tundraware.com
-COMMENT= Strip HTML attachments from email
-
-USE_PYTHON= yes
-
-MANCOMPRESSED= yes
-MAN1= nohtml.1
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for f in nohtml-license.txt nohtml.html nohtml.pdf nohtml.ps nohtml.txt
- @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>