1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/sysutils/safecat/Makefile
Peter Pentchev 92237bf944 Fix an mtree problem on bento: the installation utility was
changing the modes on several directories to 2755.
Guess I should have noticed this at my first installworld
after testing this port.  Bad me, no cookie.

Submitted by:	bento
2001-08-06 20:40:48 +00:00

27 lines
618 B
Makefile

# New ports collection makefile for: safecat
# Date created: 27 November 2000
# Whom: roam@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= safecat
PORTVERSION= 1.8
PORTREVISION= 1
CATEGORIES= sysutils mail
MASTER_SITES= http://www.nb.net/~lbudney/linux/software/safecat/
MAINTAINER= roam@FreeBSD.org
MAN1= safecat.1 maildir.1
do-configure:
${PERL} -pi.fbsd -e "s,/usr/local,${PREFIX}," ${WRKSRC}/conf-root
${PERL} -pi.fbsd -e "s,cc -O2,${CC} ${CFLAGS}," ${WRKSRC}/conf-cc
${PERL} -pi.fbsd -e "s,cc -s,${CC} ${CFLAGS} ${STRIP}," ${WRKSRC}/conf-ld
ALL_TARGET= it
INSTALL_TARGET= setup check
.include <bsd.port.mk>