diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-04-23 06:22:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-04-23 06:22:32 +0000 |
commit | 386d0fe087c03aaf0a294635fa0f359ce841e82a (patch) | |
tree | e16f124c0fa73e7ba4068930a37be4a6de3b779d /net | |
parent | - mark DEPRECATED, p5-Kwiki (0.39 or later) already contains it. (diff) |
Remove the IGNORE logic; this should have been done in r1.22.
Notes
Notes:
svn path=/head/; revision=190687
Diffstat (limited to 'net')
-rw-r--r-- | net/DarwinStreamingServer/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/DarwinStreamingServer/Makefile b/net/DarwinStreamingServer/Makefile index f81cc1072b32..4fec6a40ecdf 100644 --- a/net/DarwinStreamingServer/Makefile +++ b/net/DarwinStreamingServer/Makefile @@ -23,10 +23,6 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net USE_RC_SUBR= streamingadminserver.sh darwin_streaming_server.sh SUB_LIST+= PERL=${PERL} -.if defined(BATCH) || defined(PACKAGE_BUILDING) -IGNORE= ${RESTRICTED} -.endif - PKGMESSAGE= ${WRKDIR}/pkg-message MAKE_ENV+= CC="${CC}" \ |