From 86720189d6c7b6e0c1fab299130ae47a4922995a Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Sun, 13 Jul 1997 13:37:59 +0000 Subject: original distribution of portlint has updated to 1.32. --- devel/portlint/Makefile | 20 +++++++++++++------- devel/portlint/pkg-plist | 1 + 2 files changed, 14 insertions(+), 7 deletions(-) (limited to 'devel/portlint') diff --git a/devel/portlint/Makefile b/devel/portlint/Makefile index 4df909b14199..bc8dccb306ea 100644 --- a/devel/portlint/Makefile +++ b/devel/portlint/Makefile @@ -1,23 +1,29 @@ # New ports collection makefile for: portlint -# Version required: 1.28 +# Version required: 1.32 # Date created: 13 Jun 1997 # Whom: Jun-ichiro itojun Itoh # -# $Id: Makefile,v 1.2 1997/07/06 00:39:00 max Exp $ +# $Id: Makefile,v 1.3 1997/07/06 18:20:51 max Exp $ # -DISTNAME= portlint.pl-1.28 -PKGNAME= portlint-1.28 +DISTNAME= portlint-1.32 CATEGORIES= devel MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/portlint/ -EXTRACT_SUFX= +EXTRACT_SUFX= .shar MAINTAINER= itojun@itojun.org -EXTRACT_ONLY= # This value is intentionally left empty. +EXTRACT_CMD= ${CAT} +EXTRACT_BEFORE_ARGS= # yes, it is blank +EXTRACT_AFTER_ARGS= |sh +NO_WRKSUBDIR= yes +NO_CONFIGURE= yes NO_BUILD= yes +MAN1= portlint.1 + do-install: - ${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/portlint + ${INSTALL_SCRIPT} ${WRKDIR}/portlint.pl ${PREFIX}/bin/portlint + ${INSTALL_MAN} ${WRKDIR}/portlint.1 ${MAN1PREFIX}/man/man1 .include diff --git a/devel/portlint/pkg-plist b/devel/portlint/pkg-plist index 39ff07b136f0..c9a0b562b378 100644 --- a/devel/portlint/pkg-plist +++ b/devel/portlint/pkg-plist @@ -1 +1,2 @@ bin/portlint +man/man1/portlint.1.gz -- cgit v1.2.3