summaryrefslogtreecommitdiffstats
path: root/ports-mgmt/portsreinstall/Makefile
blob: cb43cc43fb5ca7467a85e05c6f2e7fb4e82f3538 (plain)
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
# New ports collection makefile for:	portsreinstall
# Date created:		2011-12-25
# Whom:			Mamoru Sakaue / MwGhennndo
#
# $FreeBSD$
#

PORTNAME=	portsreinstall
PORTVERSION=	1.1.0
CATEGORIES=	ports-mgmt
MASTER_SITES=	SFJP/${PORTNAME}/55702/ \
		http://www.mwghennndo.com/softwares/${PORTNAME}/

MAINTAINER=	sakaue.mamoru@samurai.mwghennn.net
COMMENT=	Ports upgrading utility for massive forced reinstall

LICENSE=	BSD

MAN8=	${PORTNAME}.8
MANCOMPRESSED=	yes

post-install:
	@${ECHO_MSG} "====================================================================="
	@${ECHO_MSG} "This software invokes some installed files of portupgrade(1)"
	@${ECHO_MSG} "if it is installed for parsing pkgtools.conf(5) although dependency"
	@${ECHO_MSG} "to it is intendedly refrained. If you fail to parse pkgtools.conf(5),"
	@${ECHO_MSG} "try to upgrade this port first."
	@${ECHO_MSG} "====================================================================="

.include <bsd.port.mk>
OpenPOWER on IntegriCloud