aboutsummaryrefslogtreecommitdiff
path: root/textproc/sed_inplace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/sed_inplace/Makefile')
-rw-r--r--textproc/sed_inplace/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/textproc/sed_inplace/Makefile b/textproc/sed_inplace/Makefile
deleted file mode 100644
index e899f07472fb..000000000000
--- a/textproc/sed_inplace/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: sed_inplace
-# Date created: 17 June 2002
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sed_inplace
-PORTVERSION= 2002.10.19
-CATEGORIES= textproc
-MASTER_SITES= #
-DISTNAME= #
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A modified version of the sed(1) which can do in-place editing of files
-
-DEPRECATED= This port is not required anymore
-EXPIRATION_DATE=2006-07-01
-
-NO_WRKSUBDIR= yes
-PLIST_FILES= bin/sed_inplace
-
-MAKEFILE= ${PKGDIR}/src/Makefile
-MAKE_ENV= PKGDIR="${PKGDIR}"
-
-.ifdef USE_REINPLACE
-IGNORE= cannot be installed: you have `USE_REINPLACE' variable defined either in environment or in make(1) arguments. Please undefine and try again
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 500033
-IGNORE= is in the base system
-.endif
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sed_inplace ${PREFIX}/bin
-
-.include <bsd.port.post.mk>