diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-07-13 13:37:59 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-07-13 13:37:59 +0000 |
commit | 86720189d6c7b6e0c1fab299130ae47a4922995a (patch) | |
tree | a37e1029f6f0cb864e5db2cb7ba53abdd48cf6f8 /devel/portlint | |
parent | bddd60e9792c05cebef8ecf14818cca3bcdad08a (diff) | |
download | ports-86720189d6c7b6e0c1fab299130ae47a4922995a.tar.gz ports-86720189d6c7b6e0c1fab299130ae47a4922995a.zip |
original distribution of portlint has updated to 1.32.
Notes
Notes:
svn path=/head/; revision=7298
Diffstat (limited to 'devel/portlint')
-rw-r--r-- | devel/portlint/Makefile | 20 | ||||
-rw-r--r-- | devel/portlint/pkg-plist | 1 |
2 files changed, 14 insertions, 7 deletions
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 <itojun@itojun.org> # -# $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 <bsd.port.mk> 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 |