summaryrefslogtreecommitdiff
path: root/textproc/unroff
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-03-31 13:00:52 +0000
committeragc <agc@pkgsrc.org>1998-03-31 13:00:52 +0000
commit8b5820608e726b5863397501ede5dd6019a35665 (patch)
tree8a78809e9d1f9fc38208ff1dbd4d97b14eeed766 /textproc/unroff
parent2df8ad8b0c0e2255dc1ccb1766f88d5ad582c540 (diff)
downloadpkgsrc-8b5820608e726b5863397501ede5dd6019a35665.tar.gz
Add NetBSD RCS Id.
Add manual pages. Set MAINTAINER. Clean up after patching, so that *.orig files don't get installed.
Diffstat (limited to 'textproc/unroff')
-rw-r--r--textproc/unroff/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile
index 4ae7e08af47..c6877113d2a 100644
--- a/textproc/unroff/Makefile
+++ b/textproc/unroff/Makefile
@@ -3,6 +3,7 @@
# Date created: 18 Feb 1996
# Whom: Thomas Gellekum <tg@freebsd.org>
#
+# $NetBSD: Makefile,v 1.2 1998/03/31 13:00:52 agc Exp $
# FreeBSD Id: Makefile,v 1.6 1997/04/27 00:11:48 asami Exp
#
@@ -13,18 +14,18 @@ MASTER_SITES= ${UNROFF_SITE}/dist/ \
${UNROFF_SITE}/contrib/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PATCH1} ${PATCH2}
-MAINTAINER= wosch@freebsd.org
+MAINTAINER= packages@netbsd.org
RUN_DEPENDS= elk:${PORTSDIR}/lang/elk
BUILD_DEPENDS= elk:${PORTSDIR}/lang/elk
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
DIST_SUBDIR= unroff
-PATCH_STRIP= -p1
UNROFF_SITE= http://www-rn.informatik.uni-bremen.de/software/unroff
PATCH1= me-misc-patch
PATCH2= misc-patch-2
+MAN1= unroff.1 unroff-html.1 unroff-html-man.1 unroff-html-ms.1
pre-patch:
@${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}"
@@ -38,4 +39,7 @@ pre-patch:
fi; \
${PATCH} ${PATCH_DIST_ARGS} -p1 < ${PATCH2})
+post-patch:
+ @(cd ${WRKSRC} && find . -name '*.orig' -print | xargs rm -f)
+
.include <bsd.port.mk>