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

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

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

RUN_DEPENDS=    svn:${PORTSDIR}/devel/subversion

NO_BUILD=   yes
PLIST_FILES=    sbin/portdowngrade

NO_STAGE=   yes
do-install:
    ${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME} ${PREFIX}/sbin/

.include <bsd.port.mk>