aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portdowngrade/Makefile
blob: 59ac97920e8e8fdfee3cb27410a43083cdc179de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Heiner <h.eichmann@gmx.de>

PORTNAME=	portdowngrade
PORTVERSION=	1.7
CATEGORIES=	ports-mgmt
MASTER_SITES=	# empty
DISTFILES=	# none

MAINTAINER=	crees@FreeBSD.org
COMMENT=	Sets a port back to a previous version

LICENSE=	PD

NO_BUILD=	yes
PLIST_FILES=	sbin/portdowngrade

do-install:
	${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/

.include <bsd.port.mk>