aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portlint/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
commit96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch)
tree7650cfe102643b74d6ad1d3efe1771281b5e66f0 /ports-mgmt/portlint/Makefile
parent503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_5_0'.release/5.5.0
Notes
Notes: svn path=/head/; revision=158034 svn path=/tags/RELEASE_5_5_0/; revision=158035; tag=release/5.5.0
Diffstat (limited to 'ports-mgmt/portlint/Makefile')
-rw-r--r--ports-mgmt/portlint/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile
deleted file mode 100644
index dab546c1ec5a..000000000000
--- a/ports-mgmt/portlint/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: portlint
-# Date created: 13 Jun 1997
-# Whom: Jun-ichiro itojun Hagino <itojun@itojun.org>
-#
-# $FreeBSD$
-#
-# This port is self contained in the src directory.
-#
-
-PORTNAME= portlint
-PORTVERSION= 2.8.7
-CATEGORIES= devel
-MASTER_SITES= # none
-DISTFILES= # none
-
-MAINTAINER= marcus@FreeBSD.org
-COMMENT= A verifier for FreeBSD port directory
-
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}/src
-USE_PERL5_RUN= yes
-USE_REINPLACE= yes
-
-SRC= ${.CURDIR}/src
-
-MAN1= portlint.1
-
-do-fetch:
- @${DO_NADA}
-
-pre-patch:
- @${CP} -R ${SRC} ${WRKDIR}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/portlint.pl
- @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' \
- ${WRKSRC}/portlintgrep.pl
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/portlint.pl ${PREFIX}/bin/portlint
- ${INSTALL_MAN} ${WRKSRC}/portlint.1 ${MAN1PREFIX}/man/man1
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/portlintgrep.pl ${EXAMPLESDIR}/portlintgrep
-
-.include <bsd.port.mk>