diff options
| author | Boris Samorodov <bsam@FreeBSD.org> | 2010-11-30 08:15:51 +0000 |
|---|---|---|
| committer | Boris Samorodov <bsam@FreeBSD.org> | 2010-11-30 08:15:51 +0000 |
| commit | fc2898214b5ed87b3987112f72084f3fd24e173a (patch) | |
| tree | 6a754d9413719830a0cf6058b70c932de4363d79 | |
| parent | - Introduce X264_BUILD and X264_REV variables that make PORTVERSION (diff) | |
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> |
