freebsd-ports/ports-mgmt/portsreinstall/Makefile
Pawel Pekala 6f919247f4 Update to version 3.2.1
This version fixes a serious bug in the automatic resolution of installation
conflict implemented in the previous version.

PR:		197100
Submitted by:	sakaue.mamoru@mwghennndo.com (maintainer)
2015-02-09 19:36:28 +00:00

25 lines
888 B
Makefile

# Created by: Mamoru Sakaue / MwGhennndo
# $FreeBSD$
PORTNAME= portsreinstall
PORTVERSION= 3.2.1
CATEGORIES= ports-mgmt
MASTER_SITES= SFJP/${PORTNAME}/62655/ \
http://www.mwghennndo.com/software/${PORTNAME}/
MAINTAINER= sakaue.mamoru@samurai.mwghennn.net
COMMENT= Ports upgrading utility for massive forced reinstall
LICENSE= BSD2CLAUSE
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
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>