1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/ports-mgmt/portdowngrade/Makefile
Chris Rees 4884abc378 Update to 1.4:
- Actually checkout the older version when recursing

Reported by:	jrm: IRC

- Behave properly when the path to the temp ports directory contains a symlink
2013-05-30 10:22:43 +00:00

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>