aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2003-07-21 08:41:58 +0800
committermaho <maho@FreeBSD.org>2003-07-21 08:41:58 +0800
commit2729ba6c354c96f2acf5c9903c37af0b879fdd7e (patch)
tree3d23b7864a4fb565a07098d51467dfd76e702f67 /converters
parenta74e7de1e769add1a9db462e24284a3bc8aaa529 (diff)
downloadfreebsd-ports-gnome-2729ba6c354c96f2acf5c9903c37af0b879fdd7e.tar.gz
freebsd-ports-gnome-2729ba6c354c96f2acf5c9903c37af0b879fdd7e.tar.zst
freebsd-ports-gnome-2729ba6c354c96f2acf5c9903c37af0b879fdd7e.zip
Remove *bogos* Makefile~
PR: 54681 Pointed out by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Pointy hat to: myself
Diffstat (limited to 'converters')
-rw-r--r--converters/vda2fbd/Makefile~26
1 files changed, 0 insertions, 26 deletions
diff --git a/converters/vda2fbd/Makefile~ b/converters/vda2fbd/Makefile~
deleted file mode 100644
index 8c6a7d4fd72a..000000000000
--- a/converters/vda2fbd/Makefile~
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: vda2fbd
-# Date created: 19 April 2003
-# Whom: Pedro Giffuni <giffunip@asme.org>
-#
-# $FreeBSD: /tmp/pcvs/ports/converters/vda2fbd/Attic/Makefile~,v 1.1 2003-07-19 05:34:45 maho Exp $
-#
-
-PORTNAME= vda2fbd
-PORTVERSION= 0.9
-CATEGORIES= converters cad
-MASTER_SITES= http://www.dhondt.de/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An add-on converter for CalculiX
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc/*.ps \
- ${DOCSDIR}
- ${GZIP_CMD} ${DOCSDIR}/*.ps
-.endif
-
-.include <bsd.port.mk>