diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2010-11-30 16:15:51 +0800 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2010-11-30 16:15:51 +0800 |
commit | fc2898214b5ed87b3987112f72084f3fd24e173a (patch) | |
tree | 6a754d9413719830a0cf6058b70c932de4363d79 /net/lvwimax | |
parent | 863e2d447072a915dcc105e5ddff9b5f64d5def5 (diff) | |
download | freebsd-ports-gnome-fc2898214b5ed87b3987112f72084f3fd24e173a.tar.gz freebsd-ports-gnome-fc2898214b5ed87b3987112f72084f3fd24e173a.tar.zst freebsd-ports-gnome-fc2898214b5ed87b3987112f72084f3fd24e173a.zip |
Leave etc/devd alone. It's a standard mtree part now.
Pointed out by: QAT
Diffstat (limited to 'net/lvwimax')
-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> |