aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-08-04 06:14:00 +0800
committerrene <rene@FreeBSD.org>2014-08-04 06:14:00 +0800
commit8645f88320d19f9b2c7b5d05ec25a5bce712884b (patch)
tree7217f2bcd8b4bd167165c2dbe456030922ddb7c5
parenta4b8c6fbdaecdbc77b75868fc5dc10cbf83eae53 (diff)
downloadfreebsd-ports-gnome-8645f88320d19f9b2c7b5d05ec25a5bce712884b.tar.gz
freebsd-ports-gnome-8645f88320d19f9b2c7b5d05ec25a5bce712884b.tar.zst
freebsd-ports-gnome-8645f88320d19f9b2c7b5d05ec25a5bce712884b.zip
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)
-rw-r--r--net-p2p/transmission-daemon/Makefile2
1 files changed, 1 insertions, 1 deletions
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