mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
4884abc378
- Actually checkout the older version when recursing Reported by: jrm: IRC - Behave properly when the path to the temp ports directory contains a symlink
22 lines
427 B
Makefile
22 lines
427 B
Makefile
# 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
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME} ${PREFIX}/sbin/
|
|
|
|
.include <bsd.port.mk>
|