blob: 8179bf2c9dca74e39435b279f8e9aefdf222ab9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# 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
USES= perl5
USE_PERL5= run
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>
|