diff options
Diffstat (limited to 'misc/screen/Makefile')
-rw-r--r-- | misc/screen/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 5e11c8bc3d9..fbab3a0a045 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:37 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/04/17 09:37:24 agc Exp $ # FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp # @@ -9,14 +9,11 @@ MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ MAINTAINER= hubertf@netbsd.org -BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo -RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo - GNU_CONFIGURE= yes MAN1= screen.1 +INFO_FILES= screen post-install: - @install-info ${PREFIX}/info/screen.info ${PREFIX}/info/dir @${MKDIR} ${PREFIX}/share/examples/screen ${INSTALL_DATA} ${WRKSRC}/etc/etcscreenrc ${PREFIX}/share/examples/screen/screenrc |