3d27e21889
PR: ports/190946 Submitted by: ohauer Submitted by: Simon Wright
21 lines
460 B
Makefile
21 lines
460 B
Makefile
# Created by: Heiner <h.eichmann@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= portdowngrade
|
|
PORTVERSION= 1.5
|
|
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${WITH_SUBVERSION_VER}
|
|
|
|
NO_BUILD= yes
|
|
PLIST_FILES= sbin/portdowngrade
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/
|
|
|
|
.include <bsd.port.mk>
|