summaryrefslogtreecommitdiff
path: root/converters/vda2fbd
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-07-21 00:41:58 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-07-21 00:41:58 +0000
commit51d876f0c28f86fb0146fad12184ca01404c8b93 (patch)
treeb590033b8dd6a53e84fb50cc7141cc24d2a93287 /converters/vda2fbd
parentCondense the ia64 patches a bit to avoid dangerously long filenames. (diff)
Remove *bogos* Makefile~
PR: 54681 Pointed out by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Pointy hat to: myself
Notes
Notes: svn path=/head/; revision=85256
Diffstat (limited to 'converters/vda2fbd')
-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>