summaryrefslogtreecommitdiff
path: root/misc/screen/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-08-03 08:14:46 +0000
committerseb <seb@pkgsrc.org>2003-08-03 08:14:46 +0000
commit1a211d24399925ec918bbdf0194956b5589be63d (patch)
treee218ce57eee4adaa3fd52c4c486ce708e5e4dff2 /misc/screen/Makefile
parentc1b45a021a342b741919104c95814a7309ac8086 (diff)
downloadpkgsrc-1a211d24399925ec918bbdf0194956b5589be63d.tar.gz
Convert to USE_NEW_TEXINFO.
Remove now unnecessary patch file.
Diffstat (limited to 'misc/screen/Makefile')
-rw-r--r--misc/screen/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index 3105e17a7e3..f3150fc41c6 100644
--- a/misc/screen/Makefile
+++ b/misc/screen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2003/07/17 21:49:54 grant Exp $
+# $NetBSD: Makefile,v 1.45 2003/08/03 08:14:46 seb Exp $
DISTNAME= screen-3.9.15
CATEGORIES= misc
@@ -11,9 +11,9 @@ COMMENT= Multi-screen window manager
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
+USE_NEW_TEXINFO= YES
INFO_FILES= screen.info
PLIST_SUBST= DISTNAME=${DISTNAME}
-TEXINFO_OVERRIDE= YES
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc
@@ -38,5 +38,4 @@ post-install:
/usr/5bin/tic screeninfo.src
.endif
-.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"