aboutsummaryrefslogtreecommitdiff
path: root/devel/newfile
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-01-31 07:39:25 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-01-31 07:39:25 +0000
commitc9c920c0d870fb6817a6d56cafdd06e34d98ece2 (patch)
treeb956925e19e8f90f4e9bb52887a7029bef74d867 /devel/newfile
parent976ea383173b36706d5929b2863fa9ed7f521cfa (diff)
downloadports-c9c920c0d870fb6817a6d56cafdd06e34d98ece2.tar.gz
ports-c9c920c0d870fb6817a6d56cafdd06e34d98ece2.zip
Notes
Diffstat (limited to 'devel/newfile')
-rw-r--r--devel/newfile/Makefile~32
1 files changed, 0 insertions, 32 deletions
diff --git a/devel/newfile/Makefile~ b/devel/newfile/Makefile~
deleted file mode 100644
index 08c4891914b4..000000000000
--- a/devel/newfile/Makefile~
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: newfile
-# Date created: Thu Jan 30 17:34:12 CET 2003
-# Whom: Miguel Mendez <flynn@energyhq.homeip.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= newfile
-PORTVERSION= 1.0.1.b.3
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= flynn@energyhq.homeip.net
-
-BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz
-
-USE_RUBY= yes
-USE_REINPLACE= yes
-GNU_CONFIGURE= yes
-
-.if !defined(NOPORTDOCS)
-MAN1= newfile.1
-.endif
-
-pre-configure:
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e 's@SUBDIRS = src doc data doc-src www@SUBDIRS = src data@g' \
- ${WRKSRC}/Makefile.in
-.endif
-
-.include <bsd.port.mk>