1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/textproc/rman/Makefile
Adam Weinberger fe7721a8d6 Utilize ${MASTER_SITE_SOURCEFORGE}, instead of attempting to download distfiles
from an ftp space that doesn't exist.

Also, fix patches on machines other than tg's ::)
2003-06-26 01:39:16 +00:00

23 lines
445 B
Makefile

# New ports collection makefile for: rman
# Date created: 27 Dec 1994
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rman
PORTVERSION= 3.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= polyglotman
MAINTAINER= ports@FreeBSD.org
COMMENT= Reverse compile man pages from formatted form
MAN1= rman.1
post-install:
@strip ${PREFIX}/bin/rman
.include <bsd.port.mk>