freebsd-ports/mail/popd/Makefile
Sheldon Hearn c10402000f Bump PORTREVISION to reflect the change introduced by the addition of:
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.
2001-05-30 07:53:30 +00:00

24 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>