mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
ade7cc2754
Submitted by: mat
24 lines
461 B
Makefile
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>
|