mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
7fde4254ba
of lousy, insecure popd's, this is a "must-see". It also has great scalability to larger installations.
24 lines
441 B
Makefile
24 lines
441 B
Makefile
# New ports collection makefile for: popd
|
|
# Date created: 17 April 2001
|
|
# Whom: ianf@za.uu.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= popd
|
|
PORTVERSION= 1.02
|
|
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>
|