summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-07-13 13:37:59 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-07-13 13:37:59 +0000
commit86720189d6c7b6e0c1fab299130ae47a4922995a (patch)
treea37e1029f6f0cb864e5db2cb7ba53abdd48cf6f8 /ports-mgmt
parentUse ${SH} from bsd.port.mk instead of locally defined ${SHELL}. (diff)
original distribution of portlint has updated to 1.32.
Notes
Notes: svn path=/head/; revision=7298
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portlint/Makefile20
-rw-r--r--ports-mgmt/portlint/pkg-plist1
2 files changed, 14 insertions, 7 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile
index 4df909b14199..bc8dccb306ea 100644
--- a/ports-mgmt/portlint/Makefile
+++ b/ports-mgmt/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/ports-mgmt/portlint/pkg-plist b/ports-mgmt/portlint/pkg-plist
index 39ff07b136f0..c9a0b562b378 100644
--- a/ports-mgmt/portlint/pkg-plist
+++ b/ports-mgmt/portlint/pkg-plist
@@ -1 +1,2 @@
bin/portlint
+man/man1/portlint.1.gz