forked from Lainports/freebsd-ports
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
20 lines
452 B
Makefile
20 lines
452 B
Makefile
# Created by: Dirk Engling <erdgeist@erdgeist.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jaildaemon
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://erdgeist.org/arts/software/jaildaemon/
|
|
|
|
MAINTAINER= erdgeist@erdgeist.org
|
|
COMMENT= Fixed command-line interface for FreeBSD jails to their host system
|
|
|
|
USES= tar:bzip2
|
|
|
|
PLIST_FILES= bin/jaildaemon \
|
|
etc/rc.d/jaildaemon \
|
|
man/man1/jaildaemon.1.gz
|
|
|
|
MAKE_ENV= DESTDIR=${STAGEDIR}
|
|
|
|
.include <bsd.port.mk>
|