diff options
Diffstat (limited to 'textproc/unroff/Makefile')
-rw-r--r-- | textproc/unroff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 5475fa4d05f..920f9370cf6 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/06/22 13:12:14 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/08/20 15:17:29 tsarna Exp $ # FreeBSD Id: Makefile,v 1.6 1997/04/27 00:11:48 asami Exp # @@ -10,6 +10,7 @@ MASTER_SITES= ${UNROFF_SITE}/dist/ \ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PATCH1} ${PATCH2} MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www-rn.informatik.uni-bremen.de/software/unroff/ RUN_DEPENDS= elk:../../lang/elk BUILD_DEPENDS= elk:../../lang/elk |