freebsd-ports/ports-mgmt/portdowngrade/Makefile
Chris Rees f84b8ae11d ports-mgmt/portdowngrade: No need for svn dep
It is highly unlikely to be installed on a system without svnlite

PR:		ports/250848
2020-11-07 08:15:03 +00:00

21 lines
404 B
Makefile

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