c10402000f
patch-mbox_maildir.c rev 1.1 patch-mbox_mbf.c rev 1.1 patch-popd.c rev 1.1 These patches change the behaviour of popd with respect to syslog output.
25 lines
457 B
Makefile
25 lines
457 B
Makefile
# New ports collection makefile for: popd
|
|
# Date created: 17 April 2001
|
|
# Whom: ianf@za.uu.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= popd
|
|
PORTVERSION= 1.03
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/
|
|
|
|
MAINTAINER= ianf@za.uu.net
|
|
|
|
MAN8= popd.8
|
|
|
|
do-build:
|
|
cd ${WRKSRC}; make -DNOMANCOMPRESS
|
|
|
|
do-install:
|
|
cd ${WRKSRC}; make -DNOMANCOMPRESS BINDIR=${PREFIX}/libexec MANDIR=${PREFIX}/man/man install
|
|
|
|
.include <bsd.port.mk>
|