pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/unroff Use elk/bl3 to make this build again.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5fe5c5f818b9
branches: trunk
changeset: 491835:5fe5c5f818b9
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Mar 30 19:44:54 2005 +0000
description:
Use elk/bl3 to make this build again.
diffstat:
textproc/unroff/Makefile | 15 +++++----------
1 files changed, 5 insertions(+), 10 deletions(-)
diffs (37 lines):
diff -r c13c40cc5b8e -r 5fe5c5f818b9 textproc/unroff/Makefile
--- a/textproc/unroff/Makefile Wed Mar 30 19:44:44 2005 +0000
+++ b/textproc/unroff/Makefile Wed Mar 30 19:44:54 2005 +0000
@@ -1,28 +1,23 @@
-# $NetBSD: Makefile,v 1.21 2005/03/24 21:13:02 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2005/03/30 19:44:54 wiz Exp $
DISTNAME= unroff-1.0
PKGNAME= unroff-1.0.2
CATEGORIES= textproc
-MASTER_SITES= ${UNROFF_SITE}/dist/ \
- ${UNROFF_SITE}/contrib/
+MASTER_SITES= http://www-rn.informatik.uni-bremen.de/software/unroff/dist/ \
+ http://www-rn.informatik.uni-bremen.de/software/unroff/contrib/
-PATCHFILES= ${PATCH1} ${PATCH2}
+PATCHFILES= me-misc-patch misc-patch-2
PATCH_DIST_STRIP= -p1
MAINTAINER= tech-pkg%NetBSD.org@localhost
HOMEPAGE= http://www-rn.informatik.uni-bremen.de/software/unroff/
COMMENT= Programmable troff translator with backend for HTML
-DEPENDS= elk>=3.0.2:../../lang/elk
-
DIST_SUBDIR= unroff
-UNROFF_SITE= http://www-rn.informatik.uni-bremen.de/software/unroff
-PATCH1= me-misc-patch
-PATCH2= misc-patch-2
-
post-patch:
@(cd ${WRKSRC} && ${FIND} . -name '*.orig' -print | ${XARGS} ${RM} -f)
@(cd ${WRKSRC} && ${FIND} . -name '*.orig_dist' -print | ${XARGS} ${RM} -f)
+.include "../../lang/elk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index