freebsd-ports/ports-mgmt/portdowngrade/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

21 lines
448 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: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>