1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/ports-mgmt/portdowngrade/Makefile
Chris Rees ade7cc2754 Correct licence
Submitted by:	mat
2017-10-16 14:00:06 +00:00

24 lines
461 B
Makefile

# Created by: Heiner <h.eichmann@gmx.de>
# $FreeBSD$
PORTNAME= portdowngrade
PORTVERSION= 1.6
CATEGORIES= ports-mgmt
MASTER_SITES= # empty
DISTFILES= # none
MAINTAINER= crees@FreeBSD.org
COMMENT= Sets a port back to a previous version
LICENSE= PD
RUN_DEPENDS= svn:devel/subversion${WITH_SUBVERSION_VER}
NO_BUILD= yes
PLIST_FILES= sbin/portdowngrade
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/
.include <bsd.port.mk>