diff options
author | bsam <bsam@FreeBSD.org> | 2010-11-30 16:15:51 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2010-11-30 16:15:51 +0800 |
commit | 76a443e0322de1f203c3a44b560ecb629f61b26a (patch) | |
tree | 5ff4df11280a90dffe443e39cd38a1b5c9a7f599 | |
parent | 5a47609277776349b7909f551de1d468edfce430 (diff) | |
download | freebsd-ports-gnome-76a443e0322de1f203c3a44b560ecb629f61b26a.tar.gz freebsd-ports-gnome-76a443e0322de1f203c3a44b560ecb629f61b26a.tar.zst freebsd-ports-gnome-76a443e0322de1f203c3a44b560ecb629f61b26a.zip |
Leave etc/devd alone. It's a standard mtree part now.
Pointed out by: QAT
-rw-r--r-- | net/lvwimax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/lvwimax/Makefile b/net/lvwimax/Makefile index 66950c962e3c..0a18d4d15684 100644 --- a/net/lvwimax/Makefile +++ b/net/lvwimax/Makefile @@ -7,6 +7,7 @@ PORTNAME= lvwimax PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.ipt.ru/pub/download/ \ ${MASTER_SITE_LOCAL} @@ -18,7 +19,6 @@ LICENSE= GPLv2 USE_RC_SUBR= lvwimax -PLIST_DIRSTRY= etc/devd PLIST_FILES= etc/devd/lvwimax.conf sbin/lvwimax .include <bsd.port.pre.mk> |