diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2014-12-25 01:17:49 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2014-12-25 01:17:49 +0000 |
commit | c8cfba3557e36dbcdbcf24df59f5e947a56c4c45 (patch) | |
tree | fd67ebe62db436909fdeb1f0d23aec3a292e1150 | |
parent | Use PLIST_FILES instead of defining a custom post-install target to prepare the (diff) |
No need to bump PORTEPOCH.
Pointed out by: danfe
-rw-r--r-- | net/ifstated/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ifstated/Makefile b/net/ifstated/Makefile index 9086b7423762..23a692f3010d 100644 --- a/net/ifstated/Makefile +++ b/net/ifstated/Makefile @@ -3,7 +3,7 @@ PORTNAME= ifstated PORTVERSION= 5.1 -PORTEPOCH= 3 +PORTEPOCH= 2 CATEGORIES= net MASTER_SITES= http://christianserving.org/ports/net/ifstated/ |