aboutsummaryrefslogtreecommitdiff
path: root/japanese/mg/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-05-05 15:38:11 +0000
committerRene Ladan <rene@FreeBSD.org>2020-05-05 15:38:11 +0000
commit0786acb3155523a38d1442f3c16ca56750f1db04 (patch)
tree42843d6e23bc6be789c7f1284cdc61d43d3c0942 /japanese/mg/Makefile
parente0510744daebb2bb9f73bf707c276e02e4c191fe (diff)
downloadports-0786acb3155523a38d1442f3c16ca56750f1db04.tar.gz
ports-0786acb3155523a38d1442f3c16ca56750f1db04.zip
Notes
Diffstat (limited to 'japanese/mg/Makefile')
-rw-r--r--japanese/mg/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/japanese/mg/Makefile b/japanese/mg/Makefile
deleted file mode 100644
index a0c99739cb4a..000000000000
--- a/japanese/mg/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= mg
-PORTVERSION= 5.0.1.3
-CATEGORIES= japanese perl5
-MASTER_SITES= http://dist.bsdlab.org/ \
- http://www.srekcah.org/~utashiro/perl/scripts/mg/
-EXTRACT_SUFX= # None
-EXTRACT_ONLY= # None
-
-MAINTAINER= kuriyama@FreeBSD.org
-COMMENT= Multi-line grep suitable for Japanese text
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-USES= perl5
-USE_PERL5= run
-CONFLICTS= mg-200*
-
-do-build:
- ${SED} -e "s|/usr/local|${PREFIX}|g" \
- ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${PORTNAME}
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
-.include <bsd.port.mk>