8ca9f0d689
PR: ports/136065 ports/127469 Submitted by: N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com> - Early identify port CONFLICTS PR: 137855 Submitted by: Piotr Smyrak <smyru@heron.pl> - Add --no-same-permissions to the EXTRACT_AFTER_ARGS command. Tijl Coosemans has been reported an issue that when root is extracting from the tarball, and the tarball contains world writable files (sysutils/policykit as an example), there is a chance that the files gets changed by malicious third parties right after the extraction, which makes it possible to inject code into the package thus compromise the system. Submitted by: Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@) - Fix some whitespaces Tested with: exp-run
21 lines
504 B
Makefile
21 lines
504 B
Makefile
# New ports collection makefile for: dc42wrap
|
|
# Date created: 28 June 2003
|
|
# Whom: Eric P. Scott <eps+dc42wrap@ana.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dc42wrap
|
|
PORTVERSION= 0.4.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://tools.ana.com/utils/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Wrap a \"raw\" floppy image as an Apple DiskCopy 4.2 file
|
|
|
|
MAKEFILE= Makefile,freebsd
|
|
MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} NO_MANCOMPRESS=yes
|
|
MAN1= dc42wrap.1
|
|
PLIST_FILES= bin/dc42wrap
|
|
|
|
.include <bsd.port.mk>
|