4a3358a952
PR: 231572 Submitted by: maintainer
18 lines
413 B
Makefile
18 lines
413 B
Makefile
# Created by: Mamoru Sakaue / MwGhennndo
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= portsreinstall
|
|
PORTVERSION= 4.1.0
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= OSDN/${PORTNAME}/70073/ \
|
|
http://www.mwghennndo.com/software/${PORTNAME}/
|
|
|
|
MAINTAINER= sakaue.mamoru@mwghennndo.com
|
|
COMMENT= Ports upgrading utility for massive forced reinstall
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|