890db6135c
PR: 170550 Submitted by: Mamoru Sakaue <sakaue.mamoru@samurai.mwghennn.net> (maintainer)
30 lines
962 B
Makefile
30 lines
962 B
Makefile
# New ports collection makefile for: portsreinstall
|
|
# Date created: 2011-12-25
|
|
# Whom: Mamoru Sakaue / MwGhennndo
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= portsreinstall
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= SFJP/${PORTNAME}/56629/ \
|
|
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>
|