From eb294d89d11bd39753fa93ac81ad5c62794f41d1 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sun, 3 Aug 2014 22:14:00 +0000 Subject: [PATCH] net-p2p/transmission-daemon: do not hardcode PORTREVISION. PORTREVISION will not default to 1 to force a rebuild after the libevent migration, making the port working again. Approved by: crees (maintainer) --- net-p2p/transmission-daemon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/transmission-daemon/Makefile b/net-p2p/transmission-daemon/Makefile index 4ccb83373052..40611afe74a8 100644 --- a/net-p2p/transmission-daemon/Makefile +++ b/net-p2p/transmission-daemon/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +#PORTREVISION= 0 PKGNAMESUFFIX= -daemon MAINTAINER= crees@FreeBSD.org