mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
63168faf2f
- enforce pkg/COMMENT style - better info file checking in pkg/PLIST - don't warn about @unexec rmdir foo || true - the handbook says this is fine - allow CATEGORIES+= - warn about www.freebsd.org/~user needing to be people.freebsd.org - warn about PKGNAME being set from another variable instead of being a fatal error - understand both $(PORTSDIR) and ${PORTSDIR}
31 lines
556 B
Makefile
31 lines
556 B
Makefile
# 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.2
|
|
CATEGORIES= devel
|
|
DISTFILES= #empty
|
|
|
|
MAINTAINER= mharo@FreeBSD.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>
|