aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2003-06-03 11:41:05 +0800
committerwill <will@FreeBSD.org>2003-06-03 11:41:05 +0800
commit1247b8ebe70523024ade933b8b74c44aacea3420 (patch)
tree2c6d91e1fae8baa33155800c1522182955bab909 /mail
parentc318cc898e71d9facb2150ef11bed5bf0ae6bef7 (diff)
downloadfreebsd-ports-gnome-1247b8ebe70523024ade933b8b74c44aacea3420.tar.gz
freebsd-ports-gnome-1247b8ebe70523024ade933b8b74c44aacea3420.tar.zst
freebsd-ports-gnome-1247b8ebe70523024ade933b8b74c44aacea3420.zip
Remove tempfile I accidentally left in here.
Submitted by: Matthew West <mwest@uct.ac.za>
Diffstat (limited to 'mail')
-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>