summaryrefslogtreecommitdiff
path: root/ports-mgmt/portlint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/portlint/Makefile')
-rw-r--r--ports-mgmt/portlint/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile
deleted file mode 100644
index f9e23f5d4239..000000000000
--- a/ports-mgmt/portlint/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: portlint
-# Version required: (self contained)
-# Date created: 13 Jun 1997
-# Whom: Jun-ichiro itojun Hagino <itojun@itojun.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= portlint-2.1
-CATEGORIES= devel
-DISTFILES= #empty
-
-MAINTAINER= itojun@itojun.org
-
-NO_BUILD= yes
-NO_CHECKSUM= yes
-NO_WRKSUBDIR= yes
-
-SRC= ${.CURDIR}/src
-
-MAN1= portlint.1
-
-do-fetch:
- @${DO_NADA}
-
-do-install:
- ${INSTALL_SCRIPT} ${SRC}/portlint.pl ${PREFIX}/bin/portlint
- ${INSTALL_MAN} ${SRC}/portlint.1 ${MAN1PREFIX}/man/man1
-
-.include <bsd.port.mk>