1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/ports-mgmt/portupdate-scan/Makefile
Beech Rintoul c46d8b0112 - Patch to ports-mgmt/portupdate-scan to deal with problems which have surfaced
recently, parsing the files /usr/ports/MOVED and /usr/ports/UPDATING. MOVED had
an extra blank line on the end for awhile, and the case of some of the UPDATING
lines have changed (e.g., Author: instead of AUTHOR:). This patch allows
portupdate-scan to tolerate these variances.

PR:		ports/125840
Submitted by:	Alex Stangl <alex@stangl.us> (maintainer)
2008-07-24 18:18:03 +00:00

31 lines
680 B
Makefile

# New ports collection makefile for: portupdate-scan
# Date created: 08 November 2007
# Whom: Alex Stangl <alex@stangl.us>
#
# $FreeBSD$
#
# This port is self contained in the files directory.
PORTNAME= portupdate-scan
PORTVERSION= 0.3
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= alex@stangl.us
COMMENT= Display pertinent parts of {PORTSDIR}/UPDATING
NO_BUILD= yes
USE_PERL5_RUN= yes
PLIST_FILES= sbin/portupdate-scan
SRC= ${.CURDIR}/src
MAN8= portupdate-scan.8
do-install:
${INSTALL_SCRIPT} ${SRC}/portupdate-scan ${PREFIX}/sbin/portupdate-scan
${INSTALL_MAN} ${SRC}/portupdate-scan.8 ${MAN8PREFIX}/man/man8
.include <bsd.port.mk>